Html Css Color HEX #245386 Endeavour

📋 copy color: '#245386'

red 36 ◦ green 83 ◦ blue 134

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

Shades of Endeavour #245386

Tints of Endeavour #245386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 14.23%
G = 32.81%
B = 52.96%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#245386 (or 0x245386) is known color: Endeavour. HEX triplet: 24, 53 and 86. RGB value is (36,83,134). Sum of RGB (Red+Green+Blue) = 36+83+134=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #245386 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245386 is #DBAC79. Grayscale: #4A4A4A. Windows color (decimal): -14396538 or 8803108. OLE color: 8803108.

HSL color Cylindrical-coordinate representation of color #245386: hue angle of 211.22º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #245386 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 83 134 -
CMYK 0.73 0.38 0 0.47
HSL 211.22º 0.58% 0.33% -
HSV(B) 211.22º 0.73% 0.53% -
XYZ 8.12 8.28 23.72 -
YUV 74.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 36 83 134 0.73 0.38 0 0.47 211.22 0.58 0.33
Hex 24 53 86 49 26 0 2F D3 3A 21
Octal 44 123 206 111 46 0 57 323 72 41
Binary 100100 1010011 10000110 1001001 100110 0 101111 11010011 111010 100001

Color Harmonies of #245386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245386

Black with #245386

Text Example


Text Example

White with #245386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245386; }

 p { color: rgb(36,83,134); }

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

background-color css

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

 a { background-color: rgb(36,83,134); }

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

border-color css

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

 span { border-color: rgb(36,83,134); }

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