Html Css Color HEX #235675 Orient

📋 copy color: '#235675'

red 35 ◦ green 86 ◦ blue 117

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

Shades of Orient #235675

Tints of Orient #235675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 14.71%
G = 36.13%
B = 49.16%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235675 (or 0x235675) is known color: Orient. HEX triplet: 23, 56 and 75. RGB value is (35,86,117). Sum of RGB (Red+Green+Blue) = 35+86+117=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #235675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235675 is #DCA98A. Grayscale: #4A4A4A. Windows color (decimal): -14461323 or 7689763. OLE color: 7689763.

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

Color convert

RGB 35 86 117 -
CMYK 0.70 0.26 0 0.54
HSL 202.68º 0.54% 0.3% -
HSV(B) 202.68º 0.7% 0.46% -
XYZ 7.23 8.3 18.05 -
YUV 74.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 35 86 117 0.70 0.26 0 0.54 202.68 0.54 0.3
Hex 23 56 75 46 1A 0 36 CB 36 1E
Octal 43 126 165 106 32 0 66 313 66 36
Binary 100011 1010110 1110101 1000110 11010 0 110110 11001011 110110 11110

Color Harmonies of #235675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235675

Black with #235675

Text Example


Text Example

White with #235675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235675; }

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

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

background-color css

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

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

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

border-color css

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

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

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