Html Css Color HEX #245C9F Endeavour

📋 copy color: '#245C9F'

red 36 ◦ green 92 ◦ blue 159

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

Shades of Endeavour #245C9F

Tints of Endeavour #245C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 12.54%
G = 32.06%
B = 55.4%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#245C9F (or 0x245C9F) is known color: Endeavour. HEX triplet: 24, 5C and 9F. RGB value is (36,92,159). Sum of RGB (Red+Green+Blue) = 36+92+159=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #245C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C9F is #DBA360. Grayscale: #525252. Windows color (decimal): -14394209 or 10443812. OLE color: 10443812.

HSL color Cylindrical-coordinate representation of color #245C9F: hue angle of 212.68º 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 #245C9F is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 92 159 -
CMYK 0.77 0.42 0 0.38
HSL 212.68º 0.63% 0.38% -
HSV(B) 212.68º 0.77% 0.62% -
XYZ 10.81 10.53 34.26 -
YUV 82.89 170.95 94.55 -
System Red Green Blue C M Y K H S L
Decimal 36 92 159 0.77 0.42 0 0.38 212.68 0.63 0.38
Hex 24 5C 9F 4D 2A 0 26 D5 3F 26
Octal 44 134 237 115 52 0 46 325 77 46
Binary 100100 1011100 10011111 1001101 101010 0 100110 11010101 111111 100110

Color Harmonies of #245C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C9F

Black with #245C9F

Text Example


Text Example

White with #245C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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