#23617A

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

Shades of Orient #23617A

Tints of Orient #23617A

Color information

#23617A (or 0x23617A) is unknown color: approx Orient. HEX triplet: 23, 61 and 7A. RGB value is (35,97,122). Sum of RGB (Red+Green+Blue) = 35+97+122=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #23617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23617A is #DC9E85. Grayscale: #515151. Windows color (decimal): -14458502 or 8020259. OLE color: 8020259.

HSL color Cylindrical-coordinate representation of color #23617A: hue angle of 197.24º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23617A is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3597122-
CMYK0.710.2000.52
HSL197.24º55.41%30.78%-
HSV(B)197.24º71.31%47.84%-
XYZ8.4810.3119.96-
YUV81.31150.9694.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=13.78%
G=38.19%
B=48.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35971220.710.2000.52197.2455.4130.78
Hex23617A4714034c5371f
Octal43141172107240643056737
Binary1000111100001111101010001111010001101001100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23617A; }

 p { color: rgb(35,97,122); }

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

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

 a { background-color: rgb(35,97,122); }

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

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

 span { border-color: rgb(35,97,122); }

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