Html Css Color HEX #235670 Orient

📋 copy color: '#235670'

red 35 ◦ green 86 ◦ blue 112

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

Shades of Orient #235670

Tints of Orient #235670

RGB

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

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

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

R = 15.02%
G = 36.91%
B = 48.07%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235670 (or 0x235670) is known color: Orient. HEX triplet: 23, 56 and 70. RGB value is (35,86,112). Sum of RGB (Red+Green+Blue) = 35+86+112=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #235670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235670 is #DCA98F. Grayscale: #494949. Windows color (decimal): -14461328 or 7362083. OLE color: 7362083.

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

Color convert

RGB 35 86 112 -
CMYK 0.69 0.23 0 0.56
HSL 200.26º 0.52% 0.29% -
HSV(B) 200.26º 0.69% 0.44% -
XYZ 6.95 8.18 16.54 -
YUV 73.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 35 86 112 0.69 0.23 0 0.56 200.26 0.52 0.29
Hex 23 56 70 45 17 0 38 C8 34 1D
Octal 43 126 160 105 27 0 70 310 64 35
Binary 100011 1010110 1110000 1000101 10111 0 111000 11001000 110100 11101

Color Harmonies of #235670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235670

Black with #235670

Text Example


Text Example

White with #235670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235670; }

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

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

background-color css

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

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

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

border-color css

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

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

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