Html Css Color HEX #24739B Lochmara

📋 copy color: '#24739B'

red 36 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #24739B

Tints of Lochmara #24739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 11.76%
G = 37.58%
B = 50.65%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24739B (or 0x24739B) is known color: Lochmara. HEX triplet: 24, 73 and 9B. RGB value is (36,115,155). Sum of RGB (Red+Green+Blue) = 36+115+155=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 115 (45.31% from 255 or 37.58% 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 #24739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24739B is #DB8C64. Grayscale: #5F5F5F. Windows color (decimal): -14388325 or 10187556. OLE color: 10187556.

HSL color Cylindrical-coordinate representation of color #24739B: hue angle of 200.17º 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 #24739B is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 115 155 -
CMYK 0.77 0.26 0 0.39
HSL 200.17º 0.62% 0.37% -
HSV(B) 200.17º 0.77% 0.61% -
XYZ 12.77 15 33.23 -
YUV 95.94 161.33 85.25 -
System Red Green Blue C M Y K H S L
Decimal 36 115 155 0.77 0.26 0 0.39 200.17 0.62 0.37
Hex 24 73 9B 4D 1A 0 27 C8 3E 25
Octal 44 163 233 115 32 0 47 310 76 45
Binary 100100 1110011 10011011 1001101 11010 0 100111 11001000 111110 100101

Color Harmonies of #24739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24739B

Black with #24739B

Text Example


Text Example

White with #24739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24739B; }

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

 H1.HeaderClassName
 {
   color: #24739B;
 }
 .AnyTagClassName
 {
   color: #24739B;
 }
</style>

background-color css

<style>
 a { background-color: #24739B; }

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

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

border-color css

<style>
 span { border-color: #24739B; }

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

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