Html Css Color HEX #235C71 Orient

📋 copy color: '#235C71'

red 35 ◦ green 92 ◦ blue 113

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

Shades of Orient #235C71

Tints of Orient #235C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 14.58%
G = 38.33%
B = 47.08%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235C71 (or 0x235C71) is known color: Orient. HEX triplet: 23, 5C and 71. RGB value is (35,92,113). Sum of RGB (Red+Green+Blue) = 35+92+113=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #235C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C71 is #DCA38E. Grayscale: #4D4D4D. Windows color (decimal): -14459791 or 7429155. OLE color: 7429155.

HSL color Cylindrical-coordinate representation of color #235C71: hue angle of 196.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #235C71 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 92 113 -
CMYK 0.69 0.19 0 0.56
HSL 196.15º 0.53% 0.29% -
HSV(B) 196.15º 0.69% 0.44% -
XYZ 7.5 9.2 17 -
YUV 77.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 35 92 113 0.69 0.19 0 0.56 196.15 0.53 0.29
Hex 23 5C 71 45 13 0 38 C4 35 1D
Octal 43 134 161 105 23 0 70 304 65 35
Binary 100011 1011100 1110001 1000101 10011 0 111000 11000100 110101 11101

Color Harmonies of #235C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C71

Black with #235C71

Text Example


Text Example

White with #235C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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