Html Css Color HEX #245A90 Endeavour

📋 copy color: '#245A90'

red 36 ◦ green 90 ◦ blue 144

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

Shades of Endeavour #245A90

Tints of Endeavour #245A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 13.33%
G = 33.33%
B = 53.33%

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

#245A90 (or 0x245A90) is known color: Endeavour. HEX triplet: 24, 5A and 90. RGB value is (36,90,144). Sum of RGB (Red+Green+Blue) = 36+90+144=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #245A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A90 is #DBA56F. Grayscale: #4F4F4F. Windows color (decimal): -14394736 or 9460260. OLE color: 9460260.

HSL color Cylindrical-coordinate representation of color #245A90: hue angle of 210º 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 #245A90 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 90 144 -
CMYK 0.75 0.37 0 0.44
HSL 210º 0.6% 0.35% -
HSV(B) 210º 0.75% 0.56% -
XYZ 9.42 9.7 27.76 -
YUV 80.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 36 90 144 0.75 0.37 0 0.44 210 0.6 0.35
Hex 24 5A 90 4B 25 0 2C D2 3C 23
Octal 44 132 220 113 45 0 54 322 74 43
Binary 100100 1011010 10010000 1001011 100101 0 101100 11010010 111100 100011

Color Harmonies of #245A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A90

Black with #245A90

Text Example


Text Example

White with #245A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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