Html Css Color HEX #285385 Endeavour

📋 copy color: '#285385'

red 40 ◦ green 83 ◦ blue 133

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

Shades of Endeavour #285385

Tints of Endeavour #285385

RGB

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

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

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

R = 15.63%
G = 32.42%
B = 51.95%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#285385 (or 0x285385) is known color: Endeavour. HEX triplet: 28, 53 and 85. RGB value is (40,83,133). Sum of RGB (Red+Green+Blue) = 40+83+133=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #285385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285385 is #D7AC7A. Grayscale: #4B4B4B. Windows color (decimal): -14134395 or 8737576. OLE color: 8737576.

HSL color Cylindrical-coordinate representation of color #285385: hue angle of 212.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285385 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 83 133 -
CMYK 0.70 0.38 0 0.48
HSL 212.26º 0.54% 0.34% -
HSV(B) 212.26º 0.7% 0.52% -
XYZ 8.2 8.33 23.37 -
YUV 75.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 40 83 133 0.70 0.38 0 0.48 212.26 0.54 0.34
Hex 28 53 85 46 26 0 30 D4 36 22
Octal 50 123 205 106 46 0 60 324 66 42
Binary 101000 1010011 10000101 1000110 100110 0 110000 11010100 110110 100010

Color Harmonies of #285385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285385

Black with #285385

Text Example


Text Example

White with #285385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285385; }

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

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

background-color css

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

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

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

border-color css

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

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

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