Html Css Color HEX #245284 Endeavour

📋 copy color: '#245284'

red 36 ◦ green 82 ◦ blue 132

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

Shades of Endeavour #245284

Tints of Endeavour #245284

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

 BLUE value IS 132 (51.95% from 255) = 52.8%

R = 14.4%
G = 32.8%
B = 52.8%

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

#245284 (or 0x245284) is known color: Endeavour. HEX triplet: 24, 52 and 84. RGB value is (36,82,132). Sum of RGB (Red+Green+Blue) = 36+82+132=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #245284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245284 is #DBAD7B. Grayscale: #494949. Windows color (decimal): -14396796 or 8671780. OLE color: 8671780.

HSL color Cylindrical-coordinate representation of color #245284: hue angle of 211.25º 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 #245284 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 82 132 -
CMYK 0.73 0.38 0 0.48
HSL 211.25º 0.57% 0.33% -
HSV(B) 211.25º 0.73% 0.52% -
XYZ 7.91 8.08 22.97 -
YUV 73.95 160.76 100.93 -
System Red Green Blue C M Y K H S L
Decimal 36 82 132 0.73 0.38 0 0.48 211.25 0.57 0.33
Hex 24 52 84 49 26 0 30 D3 39 21
Octal 44 122 204 111 46 0 60 323 71 41
Binary 100100 1010010 10000100 1001001 100110 0 110000 11010011 111001 100001

Color Harmonies of #245284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245284

Black with #245284

Text Example


Text Example

White with #245284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245284; }

 p { color: rgb(36,82,132); }

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

background-color css

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

 a { background-color: rgb(36,82,132); }

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

border-color css

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

 span { border-color: rgb(36,82,132); }

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