Html Css Color HEX #285388 Endeavour

📋 copy color: '#285388'

red 40 ◦ green 83 ◦ blue 136

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

Shades of Endeavour #285388

Tints of Endeavour #285388

RGB

 RED value IS 40 (16.02% from 255) = 15.44%

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 15.44%
G = 32.05%
B = 52.51%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#285388 (or 0x285388) is known color: Endeavour. HEX triplet: 28, 53 and 88. RGB value is (40,83,136). Sum of RGB (Red+Green+Blue) = 40+83+136=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #285388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285388 is #D7AC77. Grayscale: #4B4B4B. Windows color (decimal): -14134392 or 8934184. OLE color: 8934184.

HSL color Cylindrical-coordinate representation of color #285388: hue angle of 213.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #285388 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 83 136 -
CMYK 0.71 0.39 0 0.47
HSL 213.13º 0.55% 0.35% -
HSV(B) 213.13º 0.71% 0.53% -
XYZ 8.41 8.42 24.47 -
YUV 76.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 40 83 136 0.71 0.39 0 0.47 213.13 0.55 0.35
Hex 28 53 88 47 27 0 2F D5 37 23
Octal 50 123 210 107 47 0 57 325 67 43
Binary 101000 1010011 10001000 1000111 100111 0 101111 11010101 110111 100011

Color Harmonies of #285388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285388

Black with #285388

Text Example


Text Example

White with #285388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285388; }

 p { color: rgb(40,83,136); }

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

background-color css

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

 a { background-color: rgb(40,83,136); }

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

border-color css

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

 span { border-color: rgb(40,83,136); }

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