Html Css Color HEX #245A9F Endeavour

📋 copy color: '#245A9F'

red 36 ◦ green 90 ◦ blue 159

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

Shades of Endeavour #245A9F

Tints of Endeavour #245A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 12.63%
G = 31.58%
B = 55.79%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#245A9F (or 0x245A9F) is known color: Endeavour. HEX triplet: 24, 5A and 9F. RGB value is (36,90,159). Sum of RGB (Red+Green+Blue) = 36+90+159=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #245A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A9F is #DBA560. Grayscale: #515151. Windows color (decimal): -14394721 or 10443300. OLE color: 10443300.

HSL color Cylindrical-coordinate representation of color #245A9F: hue angle of 213.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245A9F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 90 159 -
CMYK 0.77 0.43 0 0.38
HSL 213.66º 0.63% 0.38% -
HSV(B) 213.66º 0.77% 0.62% -
XYZ 10.64 10.19 34.21 -
YUV 81.72 171.61 95.39 -
System Red Green Blue C M Y K H S L
Decimal 36 90 159 0.77 0.43 0 0.38 213.66 0.63 0.38
Hex 24 5A 9F 4D 2B 0 26 D6 3F 26
Octal 44 132 237 115 53 0 46 326 77 46
Binary 100100 1011010 10011111 1001101 101011 0 100110 11010110 111111 100110

Color Harmonies of #245A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A9F

Black with #245A9F

Text Example


Text Example

White with #245A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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