Html Css Color HEX #245F90 Endeavour

📋 copy color: '#245F90'

red 36 ◦ green 95 ◦ blue 144

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

Shades of Endeavour #245F90

Tints of Endeavour #245F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.55%

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

R = 13.09%
G = 34.55%
B = 52.36%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#245F90 (or 0x245F90) is known color: Endeavour. HEX triplet: 24, 5F and 90. RGB value is (36,95,144). Sum of RGB (Red+Green+Blue) = 36+95+144=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #245F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F90 is #DBA06F. Grayscale: #525252. Windows color (decimal): -14393456 or 9461540. OLE color: 9461540.

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

Color convert

RGB 36 95 144 -
CMYK 0.75 0.34 0 0.44
HSL 207.22º 0.6% 0.35% -
HSV(B) 207.22º 0.75% 0.56% -
XYZ 9.85 10.57 27.91 -
YUV 82.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 36 95 144 0.75 0.34 0 0.44 207.22 0.6 0.35
Hex 24 5F 90 4B 22 0 2C CF 3C 23
Octal 44 137 220 113 42 0 54 317 74 43
Binary 100100 1011111 10010000 1001011 100010 0 101100 11001111 111100 100011

Color Harmonies of #245F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245F90

Black with #245F90

Text Example


Text Example

White with #245F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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