Html Css Color HEX #245385 Endeavour

📋 copy color: '#245385'

red 36 ◦ green 83 ◦ blue 133

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

Shades of Endeavour #245385

Tints of Endeavour #245385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 14.29%
G = 32.94%
B = 52.78%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#245385 (or 0x245385) is known color: Endeavour. HEX triplet: 24, 53 and 85. RGB value is (36,83,133). Sum of RGB (Red+Green+Blue) = 36+83+133=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #245385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245385 is #DBAC7A. Grayscale: #4A4A4A. Windows color (decimal): -14396539 or 8737572. OLE color: 8737572.

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

Color convert

RGB 36 83 133 -
CMYK 0.73 0.38 0 0.48
HSL 210.93º 0.57% 0.33% -
HSV(B) 210.93º 0.73% 0.52% -
XYZ 8.05 8.26 23.36 -
YUV 74.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 36 83 133 0.73 0.38 0 0.48 210.93 0.57 0.33
Hex 24 53 85 49 26 0 30 D3 39 21
Octal 44 123 205 111 46 0 60 323 71 41
Binary 100100 1010011 10000101 1001001 100110 0 110000 11010011 111001 100001

Color Harmonies of #245385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245385

Black with #245385

Text Example


Text Example

White with #245385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245385; }

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

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

background-color css

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

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

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

border-color css

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

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

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