Html Css Color HEX #235770 Orient

📋 copy color: '#235770'

red 35 ◦ green 87 ◦ blue 112

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

Shades of Orient #235770

Tints of Orient #235770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 14.96%
G = 37.18%
B = 47.86%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235770 (or 0x235770) is known color: Orient. HEX triplet: 23, 57 and 70. RGB value is (35,87,112). Sum of RGB (Red+Green+Blue) = 35+87+112=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #235770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235770 is #DCA88F. Grayscale: #4A4A4A. Windows color (decimal): -14461072 or 7362339. OLE color: 7362339.

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

Color convert

RGB 35 87 112 -
CMYK 0.69 0.22 0 0.56
HSL 199.48º 0.52% 0.29% -
HSV(B) 199.48º 0.69% 0.44% -
XYZ 7.03 8.34 16.57 -
YUV 74.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 35 87 112 0.69 0.22 0 0.56 199.48 0.52 0.29
Hex 23 57 70 45 16 0 38 C7 34 1D
Octal 43 127 160 105 26 0 70 307 64 35
Binary 100011 1010111 1110000 1000101 10110 0 111000 11000111 110100 11101

Color Harmonies of #235770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235770

Black with #235770

Text Example


Text Example

White with #235770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235770; }

 p { color: rgb(35,87,112); }

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

background-color css

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

 a { background-color: rgb(35,87,112); }

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

border-color css

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

 span { border-color: rgb(35,87,112); }

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