Html Css Color HEX #245E8D Endeavour

📋 copy color: '#245E8D'

red 36 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #245E8D

Tints of Endeavour #245E8D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.69%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 13.28%
G = 34.69%
B = 52.03%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#245E8D (or 0x245E8D) is known color: Endeavour. HEX triplet: 24, 5E and 8D. RGB value is (36,94,141). Sum of RGB (Red+Green+Blue) = 36+94+141=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #245E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E8D is #DBA172. Grayscale: #515151. Windows color (decimal): -14393715 or 9264676. OLE color: 9264676.

HSL color Cylindrical-coordinate representation of color #245E8D: hue angle of 206.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245E8D is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 94 141 -
CMYK 0.74 0.33 0 0.45
HSL 206.86º 0.59% 0.35% -
HSV(B) 206.86º 0.74% 0.55% -
XYZ 9.54 10.3 26.69 -
YUV 82.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 36 94 141 0.74 0.33 0 0.45 206.86 0.59 0.35
Hex 24 5E 8D 4A 21 0 2D CF 3B 23
Octal 44 136 215 112 41 0 55 317 73 43
Binary 100100 1011110 10001101 1001010 100001 0 101101 11001111 111011 100011

Color Harmonies of #245E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245E8D

Black with #245E8D

Text Example


Text Example

White with #245E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,94,141); }

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

background-color css

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

 a { background-color: rgb(36,94,141); }

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

border-color css

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

 span { border-color: rgb(36,94,141); }

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