Html Css Color HEX #245C9D Endeavour

📋 copy color: '#245C9D'

red 36 ◦ green 92 ◦ blue 157

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

Shades of Endeavour #245C9D

Tints of Endeavour #245C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 12.63%
G = 32.28%
B = 55.09%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#245C9D (or 0x245C9D) is known color: Endeavour. HEX triplet: 24, 5C and 9D. RGB value is (36,92,157). Sum of RGB (Red+Green+Blue) = 36+92+157=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #245C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C9D is #DBA362. Grayscale: #525252. Windows color (decimal): -14394211 or 10312740. OLE color: 10312740.

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

Color convert

RGB 36 92 157 -
CMYK 0.77 0.41 0 0.38
HSL 212.23º 0.63% 0.38% -
HSV(B) 212.23º 0.77% 0.62% -
XYZ 10.64 10.46 33.36 -
YUV 82.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 36 92 157 0.77 0.41 0 0.38 212.23 0.63 0.38
Hex 24 5C 9D 4D 29 0 26 D4 3F 26
Octal 44 134 235 115 51 0 46 324 77 46
Binary 100100 1011100 10011101 1001101 101001 0 100110 11010100 111111 100110

Color Harmonies of #245C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C9D

Black with #245C9D

Text Example


Text Example

White with #245C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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