#235374

Color #235374 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #235374

Tints of Orient #235374

Color information

#235374 (or 0x235374) is unknown color: approx Orient. HEX triplet: 23, 53 and 74. RGB value is (35,83,116). Sum of RGB (Red+Green+Blue) = 35+83+116=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #235374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235374 is #DCAC8B. Grayscale: #484848. Windows color (decimal): -14462092 or 7623459. OLE color: 7623459.

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

Color convert

RGB3583116-
CMYK0.700.2800.55
HSL204.44º53.64%29.61%-
HSV(B)204.44º69.83%45.49%-
XYZ6.947.817.66-
YUV72.41152.6101.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.96%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 116 (45.70% from 255) = 49.57%
R=14.96%
G=35.47%
B=49.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35831160.700.2800.55204.4453.6429.61
Hex235374461C037cc361e
Octal43123164106340673146636
Binary1000111010011111010010001101110001101111100110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235374; }

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

 H1.HeaderClassName
 {
   color: #235374;
 }
 .AnyTagClassName
 {
   color: #235374;
 }
</style>
background-color css

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

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

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

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

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

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