Html Css Color HEX #285875 Orient

📋 copy color: '#285875'

red 40 ◦ green 88 ◦ blue 117

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

Shades of Orient #285875

Tints of Orient #285875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 117 (46.09% from 255) = 47.76%

R = 16.33%
G = 35.92%
B = 47.76%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285875 (or 0x285875) is known color: Orient. HEX triplet: 28, 58 and 75. RGB value is (40,88,117). Sum of RGB (Red+Green+Blue) = 40+88+117=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #285875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285875 is #D7A78A. Grayscale: #4C4C4C. Windows color (decimal): -14133131 or 7690280. OLE color: 7690280.

HSL color Cylindrical-coordinate representation of color #285875: hue angle of 202.6º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285875 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 88 117 -
CMYK 0.66 0.25 0 0.54
HSL 202.6º 0.49% 0.31% -
HSV(B) 202.6º 0.66% 0.46% -
XYZ 7.58 8.71 18.11 -
YUV 76.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 40 88 117 0.66 0.25 0 0.54 202.6 0.49 0.31
Hex 28 58 75 42 19 0 36 CB 31 1F
Octal 50 130 165 102 31 0 66 313 61 37
Binary 101000 1011000 1110101 1000010 11001 0 110110 11001011 110001 11111

Color Harmonies of #285875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285875

Black with #285875

Text Example


Text Example

White with #285875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285875; }

 p { color: rgb(40,88,117); }

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

background-color css

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

 a { background-color: rgb(40,88,117); }

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

border-color css

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

 span { border-color: rgb(40,88,117); }

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