Html Css Color HEX #245D9B Endeavour

📋 copy color: '#245D9B'

red 36 ◦ green 93 ◦ blue 155

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

Shades of Endeavour #245D9B

Tints of Endeavour #245D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 12.68%
G = 32.75%
B = 54.58%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#245D9B (or 0x245D9B) is known color: Endeavour. HEX triplet: 24, 5D and 9B. RGB value is (36,93,155). Sum of RGB (Red+Green+Blue) = 36+93+155=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #245D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D9B is #DBA264. Grayscale: #525252. Windows color (decimal): -14393957 or 10181924. OLE color: 10181924.

HSL color Cylindrical-coordinate representation of color #245D9B: hue angle of 211.26º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245D9B is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 93 155 -
CMYK 0.77 0.4 0 0.39
HSL 211.26º 0.62% 0.37% -
HSV(B) 211.26º 0.77% 0.61% -
XYZ 10.56 10.57 32.49 -
YUV 83.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 36 93 155 0.77 0.4 0 0.39 211.26 0.62 0.37
Hex 24 5D 9B 4D 28 0 27 D3 3E 25
Octal 44 135 233 115 50 0 47 323 76 45
Binary 100100 1011101 10011011 1001101 101000 0 100111 11010011 111110 100101

Color Harmonies of #245D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D9B

Black with #245D9B

Text Example


Text Example

White with #245D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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