Html Css Color HEX #235470 Orient

📋 copy color: '#235470'

red 35 ◦ green 84 ◦ blue 112

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

Shades of Orient #235470

Tints of Orient #235470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

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

R = 15.15%
G = 36.36%
B = 48.48%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#235470 (or 0x235470) is known color: Orient. HEX triplet: 23, 54 and 70. RGB value is (35,84,112). Sum of RGB (Red+Green+Blue) = 35+84+112=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #235470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235470 is #DCAB8F. Grayscale: #484848. Windows color (decimal): -14461840 or 7361571. OLE color: 7361571.

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

Color convert

RGB 35 84 112 -
CMYK 0.69 0.25 0 0.56
HSL 201.82º 0.52% 0.29% -
HSV(B) 201.82º 0.69% 0.44% -
XYZ 6.79 7.87 16.49 -
YUV 72.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 35 84 112 0.69 0.25 0 0.56 201.82 0.52 0.29
Hex 23 54 70 45 19 0 38 CA 34 1D
Octal 43 124 160 105 31 0 70 312 64 35
Binary 100011 1010100 1110000 1000101 11001 0 111000 11001010 110100 11101

Color Harmonies of #235470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235470

Black with #235470

Text Example


Text Example

White with #235470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235470; }

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

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

background-color css

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

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

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

border-color css

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

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

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