Html Css Color HEX #235676 Orient

📋 copy color: '#235676'

red 35 ◦ green 86 ◦ blue 118

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

Shades of Orient #235676

Tints of Orient #235676

RGB

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

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

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

R = 14.64%
G = 35.98%
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

#235676 (or 0x235676) is known color: Orient. HEX triplet: 23, 56 and 76. RGB value is (35,86,118). Sum of RGB (Red+Green+Blue) = 35+86+118=239 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.64% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #235676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235676 is #DCA989. Grayscale: #4A4A4A. Windows color (decimal): -14461322 or 7755299. OLE color: 7755299.

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

Color convert

RGB 35 86 118 -
CMYK 0.70 0.27 0 0.54
HSL 203.13º 0.54% 0.3% -
HSV(B) 203.13º 0.7% 0.46% -
XYZ 7.29 8.32 18.36 -
YUV 74.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 35 86 118 0.70 0.27 0 0.54 203.13 0.54 0.3
Hex 23 56 76 46 1B 0 36 CB 36 1E
Octal 43 126 166 106 33 0 66 313 66 36
Binary 100011 1010110 1110110 1000110 11011 0 110110 11001011 110110 11110

Color Harmonies of #235676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235676

Black with #235676

Text Example


Text Example

White with #235676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235676; }

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

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

background-color css

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

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

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

border-color css

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

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

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