Html Css Color HEX #246B9F Lochmara

📋 copy color: '#246B9F'

red 36 ◦ green 107 ◦ blue 159

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

Shades of Lochmara #246B9F

Tints of Lochmara #246B9F

RGB

 RED value IS 36 (14.45% from 255) = 11.92%

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 11.92%
G = 35.43%
B = 52.65%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246B9F (or 0x246B9F) is known color: Lochmara. HEX triplet: 24, 6B and 9F. RGB value is (36,107,159). Sum of RGB (Red+Green+Blue) = 36+107+159=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #246B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B9F is #DB9460. Grayscale: #5B5B5B. Windows color (decimal): -14390369 or 10447652. OLE color: 10447652.

HSL color Cylindrical-coordinate representation of color #246B9F: hue angle of 205.37º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246B9F is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 107 159 -
CMYK 0.77 0.33 0 0.38
HSL 205.37º 0.63% 0.38% -
HSV(B) 205.37º 0.77% 0.62% -
XYZ 12.24 13.39 34.74 -
YUV 91.7 165.98 88.27 -
System Red Green Blue C M Y K H S L
Decimal 36 107 159 0.77 0.33 0 0.38 205.37 0.63 0.38
Hex 24 6B 9F 4D 21 0 26 CD 3F 26
Octal 44 153 237 115 41 0 46 315 77 46
Binary 100100 1101011 10011111 1001101 100001 0 100110 11001101 111111 100110

Color Harmonies of #246B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B9F

Black with #246B9F

Text Example


Text Example

White with #246B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246B9F; }

 p { color: rgb(36,107,159); }

 H1.HeaderClassName
 {
   color: #246B9F;
 }
 .AnyTagClassName
 {
   color: #246B9F;
 }
</style>

background-color css

<style>
 a { background-color: #246B9F; }

 a { background-color: rgb(36,107,159); }

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

border-color css

<style>
 span { border-color: #246B9F; }

 span { border-color: rgb(36,107,159); }

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