Html Css Color HEX #285BA1 Endeavour

📋 copy color: '#285BA1'

red 40 ◦ green 91 ◦ blue 161

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

Shades of Endeavour #285BA1

Tints of Endeavour #285BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

 BLUE value IS 161 (63.28% from 255) = 55.14%

R = 13.7%
G = 31.16%
B = 55.14%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#285BA1 (or 0x285BA1) is known color: Endeavour. HEX triplet: 28, 5B and A1. RGB value is (40,91,161). Sum of RGB (Red+Green+Blue) = 40+91+161=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #285BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BA1 is #D7A45E. Grayscale: #535353. Windows color (decimal): -14132319 or 10574632. OLE color: 10574632.

HSL color Cylindrical-coordinate representation of color #285BA1: hue angle of 214.71º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285BA1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 91 161 -
CMYK 0.75 0.43 0 0.37
HSL 214.71º 0.6% 0.39% -
HSV(B) 214.71º 0.75% 0.63% -
XYZ 11.05 10.51 35.16 -
YUV 83.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 40 91 161 0.75 0.43 0 0.37 214.71 0.6 0.39
Hex 28 5B A1 4B 2B 0 25 D7 3C 27
Octal 50 133 241 113 53 0 45 327 74 47
Binary 101000 1011011 10100001 1001011 101011 0 100101 11010111 111100 100111

Color Harmonies of #285BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BA1

Black with #285BA1

Text Example


Text Example

White with #285BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285BA1; }

 p { color: rgb(40,91,161); }

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

background-color css

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

 a { background-color: rgb(40,91,161); }

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

border-color css

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

 span { border-color: rgb(40,91,161); }

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