Html Css Color HEX #235475 Orient

📋 copy color: '#235475'

red 35 ◦ green 84 ◦ blue 117

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

Shades of Orient #235475

Tints of Orient #235475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 14.83%
G = 35.59%
B = 49.58%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#235475 (or 0x235475) is known color: Orient. HEX triplet: 23, 54 and 75. RGB value is (35,84,117). Sum of RGB (Red+Green+Blue) = 35+84+117=236 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.83% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #235475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235475 is #DCAB8A. Grayscale: #484848. Windows color (decimal): -14461835 or 7689251. OLE color: 7689251.

HSL color Cylindrical-coordinate representation of color #235475: hue angle of 204.15º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235475 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 84 117 -
CMYK 0.70 0.28 0 0.54
HSL 204.15º 0.54% 0.3% -
HSV(B) 204.15º 0.7% 0.46% -
XYZ 7.07 7.98 18 -
YUV 73.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 35 84 117 0.70 0.28 0 0.54 204.15 0.54 0.3
Hex 23 54 75 46 1C 0 36 CC 36 1E
Octal 43 124 165 106 34 0 66 314 66 36
Binary 100011 1010100 1110101 1000110 11100 0 110110 11001100 110110 11110

Color Harmonies of #235475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235475

Black with #235475

Text Example


Text Example

White with #235475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235475; }

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

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

background-color css

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

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

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

border-color css

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

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

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