Html Css Color HEX #235C76 Orient

📋 copy color: '#235C76'

red 35 ◦ green 92 ◦ blue 118

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

Shades of Orient #235C76

Tints of Orient #235C76

RGB

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

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

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

R = 14.29%
G = 37.55%
B = 48.16%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235C76 (or 0x235C76) is known color: Orient. HEX triplet: 23, 5C and 76. RGB value is (35,92,118). Sum of RGB (Red+Green+Blue) = 35+92+118=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #235C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C76 is #DCA389. Grayscale: #4D4D4D. Windows color (decimal): -14459786 or 7756835. OLE color: 7756835.

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

Color convert

RGB 35 92 118 -
CMYK 0.70 0.22 0 0.54
HSL 198.8º 0.54% 0.3% -
HSV(B) 198.8º 0.7% 0.46% -
XYZ 7.79 9.32 18.53 -
YUV 77.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 35 92 118 0.70 0.22 0 0.54 198.8 0.54 0.3
Hex 23 5C 76 46 16 0 36 C7 36 1E
Octal 43 134 166 106 26 0 66 307 66 36
Binary 100011 1011100 1110110 1000110 10110 0 110110 11000111 110110 11110

Color Harmonies of #235C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C76

Black with #235C76

Text Example


Text Example

White with #235C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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