Html Css Color HEX #246B9B Lochmara

📋 copy color: '#246B9B'

red 36 ◦ green 107 ◦ blue 155

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

Shades of Lochmara #246B9B

Tints of Lochmara #246B9B

RGB

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

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

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

R = 12.08%
G = 35.91%
B = 52.01%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#246B9B (or 0x246B9B) is known color: Lochmara. HEX triplet: 24, 6B and 9B. RGB value is (36,107,155). Sum of RGB (Red+Green+Blue) = 36+107+155=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #246B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B9B is #DB9464. Grayscale: #5A5A5A. Windows color (decimal): -14390373 or 10185508. OLE color: 10185508.

HSL color Cylindrical-coordinate representation of color #246B9B: hue angle of 204.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246B9B is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 107 155 -
CMYK 0.77 0.31 0 0.39
HSL 204.2º 0.62% 0.37% -
HSV(B) 204.2º 0.77% 0.61% -
XYZ 11.9 13.26 32.94 -
YUV 91.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 36 107 155 0.77 0.31 0 0.39 204.2 0.62 0.37
Hex 24 6B 9B 4D 1F 0 27 CC 3E 25
Octal 44 153 233 115 37 0 47 314 76 45
Binary 100100 1101011 10011011 1001101 11111 0 100111 11001100 111110 100101

Color Harmonies of #246B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246B9B

Black with #246B9B

Text Example


Text Example

White with #246B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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