Html Css Color HEX #2F689B Lochmara

📋 copy color: '#2F689B'

red 47 ◦ green 104 ◦ blue 155

#2F689B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2F689B

Tints of Lochmara #2F689B

RGB

 RED value IS 47 (18.75% from 255) = 15.36%

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 155 (60.94% from 255) = 50.65%

R = 15.36%
G = 33.99%
B = 50.65%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2F689B (or 0x2F689B) is known color: Lochmara. HEX triplet: 2F, 68 and 9B. RGB value is (47,104,155). Sum of RGB (Red+Green+Blue) = 47+104+155=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F689B is #D09764. Grayscale: #5C5C5C. Windows color (decimal): -13670245 or 10184751. OLE color: 10184751.

HSL color Cylindrical-coordinate representation of color #2F689B: hue angle of 208.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F689B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 104 155 -
CMYK 0.70 0.33 0 0.39
HSL 208.33º 0.53% 0.4% -
HSV(B) 208.33º 0.7% 0.61% -
XYZ 12.04 12.87 32.86 -
YUV 92.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 47 104 155 0.70 0.33 0 0.39 208.33 0.53 0.4
Hex 2F 68 9B 46 21 0 27 D0 35 28
Octal 57 150 233 106 41 0 47 320 65 50
Binary 101111 1101000 10011011 1000110 100001 0 100111 11010000 110101 101000

Color Harmonies of #2F689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F689B

Black with #2F689B

Text Example


Text Example

White with #2F689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F689B; }

 p { color: rgb(47,104,155); }

 H1.HeaderClassName
 {
   color: #2F689B;
 }
 .AnyTagClassName
 {
   color: #2F689B;
 }
</style>

background-color css

<style>
 a { background-color: #2F689B; }

 a { background-color: rgb(47,104,155); }

 div.DivClassName
 {
   background-color: #2F689B;
 }
 .BgClassName
 {
   background-color: #2F689B;
 }
</style>

border-color css

<style>
 span { border-color: #2F689B; }

 span { border-color: rgb(47,104,155); }

 td.TdClassName
 {
   border-color: #2F689B;
 }
 .TagClassName
 {
   border-color: #2F689B;
 }
</style>