Html Css Color HEX #246C9F Lochmara

📋 copy color: '#246C9F'

red 36 ◦ green 108 ◦ blue 159

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

Shades of Lochmara #246C9F

Tints of Lochmara #246C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 11.88%
G = 35.64%
B = 52.48%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#246C9F (or 0x246C9F) is known color: Lochmara. HEX triplet: 24, 6C and 9F. RGB value is (36,108,159). Sum of RGB (Red+Green+Blue) = 36+108+159=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #246C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C9F is #DB9360. Grayscale: #5C5C5C. Windows color (decimal): -14390113 or 10447908. OLE color: 10447908.

HSL color Cylindrical-coordinate representation of color #246C9F: hue angle of 204.88º 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 #246C9F is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 108 159 -
CMYK 0.77 0.32 0 0.38
HSL 204.88º 0.63% 0.38% -
HSV(B) 204.88º 0.77% 0.62% -
XYZ 12.35 13.6 34.78 -
YUV 92.29 165.65 87.85 -
System Red Green Blue C M Y K H S L
Decimal 36 108 159 0.77 0.32 0 0.38 204.88 0.63 0.38
Hex 24 6C 9F 4D 20 0 26 CD 3F 26
Octal 44 154 237 115 40 0 46 315 77 46
Binary 100100 1101100 10011111 1001101 100000 0 100110 11001101 111111 100110

Color Harmonies of #246C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246C9F

Black with #246C9F

Text Example


Text Example

White with #246C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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