Html Css Color HEX #245D8B Endeavour

📋 copy color: '#245D8B'

red 36 ◦ green 93 ◦ blue 139

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

Shades of Endeavour #245D8B

Tints of Endeavour #245D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 139 (54.69% from 255) = 51.87%

R = 13.43%
G = 34.7%
B = 51.87%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#245D8B (or 0x245D8B) is known color: Endeavour. HEX triplet: 24, 5D and 8B. RGB value is (36,93,139). Sum of RGB (Red+Green+Blue) = 36+93+139=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #245D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D8B is #DBA274. Grayscale: #505050. Windows color (decimal): -14393973 or 9133348. OLE color: 9133348.

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

Color convert

RGB 36 93 139 -
CMYK 0.74 0.33 0 0.45
HSL 206.8º 0.59% 0.34% -
HSV(B) 206.8º 0.74% 0.55% -
XYZ 9.3 10.07 25.88 -
YUV 81.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 36 93 139 0.74 0.33 0 0.45 206.8 0.59 0.34
Hex 24 5D 8B 4A 21 0 2D CF 3B 22
Octal 44 135 213 112 41 0 55 317 73 42
Binary 100100 1011101 10001011 1001010 100001 0 101101 11001111 111011 100010

Color Harmonies of #245D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D8B

Black with #245D8B

Text Example


Text Example

White with #245D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245D8B; }

 p { color: rgb(36,93,139); }

 H1.HeaderClassName
 {
   color: #245D8B;
 }
 .AnyTagClassName
 {
   color: #245D8B;
 }
</style>

background-color css

<style>
 a { background-color: #245D8B; }

 a { background-color: rgb(36,93,139); }

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

border-color css

<style>
 span { border-color: #245D8B; }

 span { border-color: rgb(36,93,139); }

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