Html Css Color HEX #24659D Lochmara

📋 copy color: '#24659D'

red 36 ◦ green 101 ◦ blue 157

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

Shades of Lochmara #24659D

Tints of Lochmara #24659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 12.24%
G = 34.35%
B = 53.4%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24659D (or 0x24659D) is known color: Lochmara. HEX triplet: 24, 65 and 9D. RGB value is (36,101,157). Sum of RGB (Red+Green+Blue) = 36+101+157=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #24659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24659D is #DB9A62. Grayscale: #575757. Windows color (decimal): -14391907 or 10315044. OLE color: 10315044.

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

Color convert

RGB 36 101 157 -
CMYK 0.77 0.36 0 0.38
HSL 207.77º 0.63% 0.38% -
HSV(B) 207.77º 0.77% 0.62% -
XYZ 11.47 12.12 33.63 -
YUV 87.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 36 101 157 0.77 0.36 0 0.38 207.77 0.63 0.38
Hex 24 65 9D 4D 24 0 26 D0 3F 26
Octal 44 145 235 115 44 0 46 320 77 46
Binary 100100 1100101 10011101 1001101 100100 0 100110 11010000 111111 100110

Color Harmonies of #24659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24659D

Black with #24659D

Text Example


Text Example

White with #24659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24659D; }

 p { color: rgb(36,101,157); }

 H1.HeaderClassName
 {
   color: #24659D;
 }
 .AnyTagClassName
 {
   color: #24659D;
 }
</style>

background-color css

<style>
 a { background-color: #24659D; }

 a { background-color: rgb(36,101,157); }

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

border-color css

<style>
 span { border-color: #24659D; }

 span { border-color: rgb(36,101,157); }

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