Html Css Color HEX #245D92 Endeavour

📋 copy color: '#245D92'

red 36 ◦ green 93 ◦ blue 146

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

Shades of Endeavour #245D92

Tints of Endeavour #245D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 146 (57.42% from 255) = 53.09%

R = 13.09%
G = 33.82%
B = 53.09%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#245D92 (or 0x245D92) is known color: Endeavour. HEX triplet: 24, 5D and 92. RGB value is (36,93,146). Sum of RGB (Red+Green+Blue) = 36+93+146=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #245D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D92 is #DBA26D. Grayscale: #515151. Windows color (decimal): -14393966 or 9592100. OLE color: 9592100.

HSL color Cylindrical-coordinate representation of color #245D92: hue angle of 208.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245D92 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 93 146 -
CMYK 0.75 0.36 0 0.43
HSL 208.91º 0.6% 0.36% -
HSV(B) 208.91º 0.75% 0.57% -
XYZ 9.83 10.28 28.66 -
YUV 82 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 36 93 146 0.75 0.36 0 0.43 208.91 0.6 0.36
Hex 24 5D 92 4B 24 0 2B D1 3C 24
Octal 44 135 222 113 44 0 53 321 74 44
Binary 100100 1011101 10010010 1001011 100100 0 101011 11010001 111100 100100

Color Harmonies of #245D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D92

Black with #245D92

Text Example


Text Example

White with #245D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,93,146); }

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

background-color css

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

 a { background-color: rgb(36,93,146); }

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

border-color css

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

 span { border-color: rgb(36,93,146); }

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