Html Css Color HEX #24678C Endeavour

📋 copy color: '#24678C'

red 36 ◦ green 103 ◦ blue 140

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

Shades of Endeavour #24678C

Tints of Endeavour #24678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

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

R = 12.9%
G = 36.92%
B = 50.18%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24678C (or 0x24678C) is known color: Endeavour. HEX triplet: 24, 67 and 8C. RGB value is (36,103,140). Sum of RGB (Red+Green+Blue) = 36+103+140=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #24678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24678C is #DB9873. Grayscale: #565656. Windows color (decimal): -14391412 or 9201444. OLE color: 9201444.

HSL color Cylindrical-coordinate representation of color #24678C: hue angle of 201.35º 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 #24678C is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 103 140 -
CMYK 0.74 0.26 0 0.45
HSL 201.35º 0.59% 0.35% -
HSV(B) 201.35º 0.74% 0.55% -
XYZ 10.31 11.97 26.58 -
YUV 87.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 36 103 140 0.74 0.26 0 0.45 201.35 0.59 0.35
Hex 24 67 8C 4A 1A 0 2D C9 3B 23
Octal 44 147 214 112 32 0 55 311 73 43
Binary 100100 1100111 10001100 1001010 11010 0 101101 11001001 111011 100011

Color Harmonies of #24678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24678C

Black with #24678C

Text Example


Text Example

White with #24678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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