#235779

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

Shades of Orient #235779

Tints of Orient #235779

Color information

#235779 (or 0x235779) is unknown color: approx Orient. HEX triplet: 23, 57 and 79. RGB value is (35,87,121). Sum of RGB (Red+Green+Blue) = 35+87+121=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #235779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235779 is #DCA886. Grayscale: #4B4B4B. Windows color (decimal): -14461063 or 7952163. OLE color: 7952163.

HSL color Cylindrical-coordinate representation of color #235779: hue angle of 203.72º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #235779 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3587121-
CMYK0.710.2800.53
HSL203.72º55.13%30.59%-
HSV(B)203.72º71.07%47.45%-
XYZ7.558.5519.34-
YUV75.33153.7799.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=14.40%
G=35.80%
B=49.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35871210.710.2800.53203.7255.1330.59
Hex235779471C035cc371f
Octal43127171107340653146737
Binary1000111010111111100110001111110001101011100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235779; }

 p { color: rgb(35,87,121); }

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

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

 a { background-color: rgb(35,87,121); }

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

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

 span { border-color: rgb(35,87,121); }

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