Html Css Color HEX #245A9A Endeavour

📋 copy color: '#245A9A'

red 36 ◦ green 90 ◦ blue 154

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

Shades of Endeavour #245A9A

Tints of Endeavour #245A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55%

R = 12.86%
G = 32.14%
B = 55%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#245A9A (or 0x245A9A) is known color: Endeavour. HEX triplet: 24, 5A and 9A. RGB value is (36,90,154). Sum of RGB (Red+Green+Blue) = 36+90+154=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #245A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A9A is #DBA565. Grayscale: #505050. Windows color (decimal): -14394726 or 10115620. OLE color: 10115620.

HSL color Cylindrical-coordinate representation of color #245A9A: hue angle of 212.54º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245A9A is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 90 154 -
CMYK 0.77 0.42 0 0.40
HSL 212.54º 0.62% 0.37% -
HSV(B) 212.54º 0.77% 0.6% -
XYZ 10.22 10.02 31.97 -
YUV 81.15 169.11 95.8 -
System Red Green Blue C M Y K H S L
Decimal 36 90 154 0.77 0.42 0 0.40 212.54 0.62 0.37
Hex 24 5A 9A 4D 2A 0 28 D5 3E 25
Octal 44 132 232 115 52 0 50 325 76 45
Binary 100100 1011010 10011010 1001101 101010 0 101000 11010101 111110 100101

Color Harmonies of #245A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A9A

Black with #245A9A

Text Example


Text Example

White with #245A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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