Html Css Color HEX #235576 Orient

📋 copy color: '#235576'

red 35 ◦ green 85 ◦ blue 118

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

Shades of Orient #235576

Tints of Orient #235576

RGB

 RED value IS 35 (14.06% from 255) = 14.71%

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 14.71%
G = 35.71%
B = 49.58%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235576 (or 0x235576) is known color: Orient. HEX triplet: 23, 55 and 76. RGB value is (35,85,118). Sum of RGB (Red+Green+Blue) = 35+85+118=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #235576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235576 is #DCAA89. Grayscale: #494949. Windows color (decimal): -14461578 or 7755043. OLE color: 7755043.

HSL color Cylindrical-coordinate representation of color #235576: hue angle of 203.86º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235576 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 85 118 -
CMYK 0.70 0.28 0 0.54
HSL 203.86º 0.54% 0.3% -
HSV(B) 203.86º 0.7% 0.46% -
XYZ 7.21 8.16 18.33 -
YUV 73.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 35 85 118 0.70 0.28 0 0.54 203.86 0.54 0.3
Hex 23 55 76 46 1C 0 36 CC 36 1E
Octal 43 125 166 106 34 0 66 314 66 36
Binary 100011 1010101 1110110 1000110 11100 0 110110 11001100 110110 11110

Color Harmonies of #235576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235576

Black with #235576

Text Example


Text Example

White with #235576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235576; }

 p { color: rgb(35,85,118); }

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

background-color css

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

 a { background-color: rgb(35,85,118); }

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

border-color css

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

 span { border-color: rgb(35,85,118); }

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