Html Css Color HEX #235373 Orient

📋 copy color: '#235373'

red 35 ◦ green 83 ◦ blue 115

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

Shades of Orient #235373

Tints of Orient #235373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.62%

 BLUE value IS 115 (45.31% from 255) = 49.36%

R = 15.02%
G = 35.62%
B = 49.36%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#235373 (or 0x235373) is known color: Orient. HEX triplet: 23, 53 and 73. RGB value is (35,83,115). Sum of RGB (Red+Green+Blue) = 35+83+115=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #235373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235373 is #DCAC8C. Grayscale: #484848. Windows color (decimal): -14462093 or 7557923. OLE color: 7557923.

HSL color Cylindrical-coordinate representation of color #235373: hue angle of 204º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235373 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 83 115 -
CMYK 0.70 0.28 0 0.55
HSL 204º 0.53% 0.29% -
HSV(B) 204º 0.7% 0.45% -
XYZ 6.88 7.78 17.36 -
YUV 72.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 35 83 115 0.70 0.28 0 0.55 204 0.53 0.29
Hex 23 53 73 46 1C 0 37 CC 35 1D
Octal 43 123 163 106 34 0 67 314 65 35
Binary 100011 1010011 1110011 1000110 11100 0 110111 11001100 110101 11101

Color Harmonies of #235373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235373

Black with #235373

Text Example


Text Example

White with #235373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235373; }

 p { color: rgb(35,83,115); }

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

background-color css

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

 a { background-color: rgb(35,83,115); }

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

border-color css

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

 span { border-color: rgb(35,83,115); }

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