Html Css Color HEX #235575 Orient

📋 copy color: '#235575'

red 35 ◦ green 85 ◦ blue 117

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

Shades of Orient #235575

Tints of Orient #235575

RGB

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

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

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

R = 14.77%
G = 35.86%
B = 49.37%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235575 (or 0x235575) is known color: Orient. HEX triplet: 23, 55 and 75. RGB value is (35,85,117). Sum of RGB (Red+Green+Blue) = 35+85+117=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #235575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235575 is #DCAA8A. Grayscale: #494949. Windows color (decimal): -14461579 or 7689507. OLE color: 7689507.

HSL color Cylindrical-coordinate representation of color #235575: hue angle of 203.41º 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 #235575 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 85 117 -
CMYK 0.70 0.27 0 0.54
HSL 203.41º 0.54% 0.3% -
HSV(B) 203.41º 0.7% 0.46% -
XYZ 7.15 8.14 18.02 -
YUV 73.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 35 85 117 0.70 0.27 0 0.54 203.41 0.54 0.3
Hex 23 55 75 46 1B 0 36 CB 36 1E
Octal 43 125 165 106 33 0 66 313 66 36
Binary 100011 1010101 1110101 1000110 11011 0 110110 11001011 110110 11110

Color Harmonies of #235575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235575

Black with #235575

Text Example


Text Example

White with #235575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235575; }

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

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

background-color css

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

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

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

border-color css

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

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

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