Html Css Color HEX #235371 Orient

📋 copy color: '#235371'

red 35 ◦ green 83 ◦ blue 113

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

Shades of Orient #235371

Tints of Orient #235371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.93%

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

R = 15.15%
G = 35.93%
B = 48.92%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235371 (or 0x235371) is known color: Orient. HEX triplet: 23, 53 and 71. RGB value is (35,83,113). Sum of RGB (Red+Green+Blue) = 35+83+113=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #235371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235371 is #DCAC8E. Grayscale: #474747. Windows color (decimal): -14462095 or 7426851. OLE color: 7426851.

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

Color convert

RGB 35 83 113 -
CMYK 0.69 0.27 0 0.56
HSL 203.08º 0.53% 0.29% -
HSV(B) 203.08º 0.69% 0.44% -
XYZ 6.77 7.74 16.76 -
YUV 72.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 35 83 113 0.69 0.27 0 0.56 203.08 0.53 0.29
Hex 23 53 71 45 1B 0 38 CB 35 1D
Octal 43 123 161 105 33 0 70 313 65 35
Binary 100011 1010011 1110001 1000101 11011 0 111000 11001011 110101 11101

Color Harmonies of #235371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235371

Black with #235371

Text Example


Text Example

White with #235371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235371; }

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

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

background-color css

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

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

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

border-color css

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

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

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