Html Css Color HEX #285C75 Orient

📋 copy color: '#285C75'

red 40 ◦ green 92 ◦ blue 117

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

Shades of Orient #285C75

Tints of Orient #285C75

RGB

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

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

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

R = 16.06%
G = 36.95%
B = 46.99%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#285C75 (or 0x285C75) is known color: Orient. HEX triplet: 28, 5C and 75. RGB value is (40,92,117). Sum of RGB (Red+Green+Blue) = 40+92+117=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #285C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C75 is #D7A38A. Grayscale: #4F4F4F. Windows color (decimal): -14132107 or 7691304. OLE color: 7691304.

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

Color convert

RGB 40 92 117 -
CMYK 0.66 0.21 0 0.54
HSL 199.48º 0.49% 0.31% -
HSV(B) 199.48º 0.66% 0.46% -
XYZ 7.91 9.39 18.22 -
YUV 79.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 40 92 117 0.66 0.21 0 0.54 199.48 0.49 0.31
Hex 28 5C 75 42 15 0 36 C7 31 1F
Octal 50 134 165 102 25 0 66 307 61 37
Binary 101000 1011100 1110101 1000010 10101 0 110110 11000111 110001 11111

Color Harmonies of #285C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C75

Black with #285C75

Text Example


Text Example

White with #285C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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