Html Css Color HEX #24668C Endeavour

📋 copy color: '#24668C'

red 36 ◦ green 102 ◦ blue 140

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

Shades of Endeavour #24668C

Tints of Endeavour #24668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 12.95%
G = 36.69%
B = 50.36%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24668C (or 0x24668C) is known color: Endeavour. HEX triplet: 24, 66 and 8C. RGB value is (36,102,140). Sum of RGB (Red+Green+Blue) = 36+102+140=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #24668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24668C is #DB9973. Grayscale: #565656. Windows color (decimal): -14391668 or 9201188. OLE color: 9201188.

HSL color Cylindrical-coordinate representation of color #24668C: hue angle of 201.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24668C is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 102 140 -
CMYK 0.74 0.27 0 0.45
HSL 201.92º 0.59% 0.35% -
HSV(B) 201.92º 0.74% 0.55% -
XYZ 10.21 11.77 26.54 -
YUV 86.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 36 102 140 0.74 0.27 0 0.45 201.92 0.59 0.35
Hex 24 66 8C 4A 1B 0 2D CA 3B 23
Octal 44 146 214 112 33 0 55 312 73 43
Binary 100100 1100110 10001100 1001010 11011 0 101101 11001010 111011 100011

Color Harmonies of #24668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24668C

Black with #24668C

Text Example


Text Example

White with #24668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24668C; }

 p { color: rgb(36,102,140); }

 H1.HeaderClassName
 {
   color: #24668C;
 }
 .AnyTagClassName
 {
   color: #24668C;
 }
</style>

background-color css

<style>
 a { background-color: #24668C; }

 a { background-color: rgb(36,102,140); }

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

border-color css

<style>
 span { border-color: #24668C; }

 span { border-color: rgb(36,102,140); }

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