Html Css Color HEX #285F72 Orient

📋 copy color: '#285F72'

red 40 ◦ green 95 ◦ blue 114

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

Shades of Orient #285F72

Tints of Orient #285F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.15%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 16.06%
G = 38.15%
B = 45.78%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285F72 (or 0x285F72) is known color: Orient. HEX triplet: 28, 5F and 72. RGB value is (40,95,114). Sum of RGB (Red+Green+Blue) = 40+95+114=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #285F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285F72 is #D7A08D. Grayscale: #505050. Windows color (decimal): -14131342 or 7495464. OLE color: 7495464.

HSL color Cylindrical-coordinate representation of color #285F72: hue angle of 195.41º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285F72 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 95 114 -
CMYK 0.65 0.17 0 0.55
HSL 195.41º 0.48% 0.3% -
HSV(B) 195.41º 0.65% 0.45% -
XYZ 8 9.85 17.4 -
YUV 80.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 40 95 114 0.65 0.17 0 0.55 195.41 0.48 0.3
Hex 28 5F 72 41 11 0 37 C3 30 1E
Octal 50 137 162 101 21 0 67 303 60 36
Binary 101000 1011111 1110010 1000001 10001 0 110111 11000011 110000 11110

Color Harmonies of #285F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F72

Black with #285F72

Text Example


Text Example

White with #285F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,95,114); }

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

background-color css

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

 a { background-color: rgb(40,95,114); }

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

border-color css

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

 span { border-color: rgb(40,95,114); }

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