Html Css Color HEX #235570 Orient

📋 copy color: '#235570'

red 35 ◦ green 85 ◦ blue 112

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

Shades of Orient #235570

Tints of Orient #235570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 15.09%
G = 36.64%
B = 48.28%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235570 (or 0x235570) is known color: Orient. HEX triplet: 23, 55 and 70. RGB value is (35,85,112). Sum of RGB (Red+Green+Blue) = 35+85+112=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #235570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235570 is #DCAA8F. Grayscale: #484848. Windows color (decimal): -14461584 or 7361827. OLE color: 7361827.

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

Color convert

RGB 35 85 112 -
CMYK 0.69 0.24 0 0.56
HSL 201.04º 0.52% 0.29% -
HSV(B) 201.04º 0.69% 0.44% -
XYZ 6.87 8.02 16.52 -
YUV 73.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 35 85 112 0.69 0.24 0 0.56 201.04 0.52 0.29
Hex 23 55 70 45 18 0 38 C9 34 1D
Octal 43 125 160 105 30 0 70 311 64 35
Binary 100011 1010101 1110000 1000101 11000 0 111000 11001001 110100 11101

Color Harmonies of #235570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235570

Black with #235570

Text Example


Text Example

White with #235570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235570; }

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

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

background-color css

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

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

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

border-color css

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

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

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