Html Css Color HEX #245A8E Endeavour

📋 copy color: '#245A8E'

red 36 ◦ green 90 ◦ blue 142

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

Shades of Endeavour #245A8E

Tints of Endeavour #245A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 13.43%
G = 33.58%
B = 52.99%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245A8E (or 0x245A8E) is known color: Endeavour. HEX triplet: 24, 5A and 8E. RGB value is (36,90,142). Sum of RGB (Red+Green+Blue) = 36+90+142=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #245A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A8E is #DBA571. Grayscale: #4F4F4F. Windows color (decimal): -14394738 or 9329188. OLE color: 9329188.

HSL color Cylindrical-coordinate representation of color #245A8E: hue angle of 209.43º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245A8E is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 90 142 -
CMYK 0.75 0.37 0 0.44
HSL 209.43º 0.6% 0.35% -
HSV(B) 209.43º 0.75% 0.56% -
XYZ 9.27 9.64 26.96 -
YUV 79.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 36 90 142 0.75 0.37 0 0.44 209.43 0.6 0.35
Hex 24 5A 8E 4B 25 0 2C D1 3C 23
Octal 44 132 216 113 45 0 54 321 74 43
Binary 100100 1011010 10001110 1001011 100101 0 101100 11010001 111100 100011

Color Harmonies of #245A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A8E

Black with #245A8E

Text Example


Text Example

White with #245A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,90,142); }

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

background-color css

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

 a { background-color: rgb(36,90,142); }

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

border-color css

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

 span { border-color: rgb(36,90,142); }

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