Html Css Color HEX #285382 Endeavour

📋 copy color: '#285382'

red 40 ◦ green 83 ◦ blue 130

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

Shades of Endeavour #285382

Tints of Endeavour #285382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 15.81%
G = 32.81%
B = 51.38%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#285382 (or 0x285382) is known color: Endeavour. HEX triplet: 28, 53 and 82. RGB value is (40,83,130). Sum of RGB (Red+Green+Blue) = 40+83+130=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #285382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285382 is #D7AC7D. Grayscale: #4B4B4B. Windows color (decimal): -14134398 or 8540968. OLE color: 8540968.

HSL color Cylindrical-coordinate representation of color #285382: hue angle of 211.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285382 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 83 130 -
CMYK 0.69 0.36 0 0.49
HSL 211.33º 0.53% 0.33% -
HSV(B) 211.33º 0.69% 0.51% -
XYZ 8 8.25 22.29 -
YUV 75.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 40 83 130 0.69 0.36 0 0.49 211.33 0.53 0.33
Hex 28 53 82 45 24 0 31 D3 35 21
Octal 50 123 202 105 44 0 61 323 65 41
Binary 101000 1010011 10000010 1000101 100100 0 110001 11010011 110101 100001

Color Harmonies of #285382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285382

Black with #285382

Text Example


Text Example

White with #285382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285382; }

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

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

background-color css

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

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

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

border-color css

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

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

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