Html Css Color HEX #285C76 Orient

📋 copy color: '#285C76'

red 40 ◦ green 92 ◦ blue 118

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

Shades of Orient #285C76

Tints of Orient #285C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.8%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 16%
G = 36.8%
B = 47.2%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285C76 (or 0x285C76) is known color: Orient. HEX triplet: 28, 5C and 76. RGB value is (40,92,118). Sum of RGB (Red+Green+Blue) = 40+92+118=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #285C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C76 is #D7A389. Grayscale: #4F4F4F. Windows color (decimal): -14132106 or 7756840. OLE color: 7756840.

HSL color Cylindrical-coordinate representation of color #285C76: hue angle of 200º 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 #285C76 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 92 118 -
CMYK 0.66 0.22 0 0.54
HSL 200º 0.49% 0.31% -
HSV(B) 200º 0.66% 0.46% -
XYZ 7.97 9.41 18.54 -
YUV 79.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 40 92 118 0.66 0.22 0 0.54 200 0.49 0.31
Hex 28 5C 76 42 16 0 36 C8 31 1F
Octal 50 134 166 102 26 0 66 310 61 37
Binary 101000 1011100 1110110 1000010 10110 0 110110 11001000 110001 11111

Color Harmonies of #285C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C76

Black with #285C76

Text Example


Text Example

White with #285C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,92,118); }

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

background-color css

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

 a { background-color: rgb(40,92,118); }

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

border-color css

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

 span { border-color: rgb(40,92,118); }

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