#33625E

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

Shades of Oracle #33625E

Tints of Oracle #33625E

Color information

#33625E (or 0x33625E) is unknown color: approx Oracle. HEX triplet: 33, 62 and 5E. RGB value is (51,98,94). Sum of RGB (Red+Green+Blue) = 51+98+94=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #33625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33625E is #CC9DA1. Grayscale: #535353. Windows color (decimal): -13409698 or 6185523. OLE color: 6185523.

HSL color Cylindrical-coordinate representation of color #33625E: hue angle of 174.89º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33625E is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB519894-
CMYK0.4800.040.62
HSL174.89º31.54%29.22%-
HSV(B)174.89º47.96%38.43%-
XYZ7.7510.2512.16-
YUV83.49133.93104.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=20.99%
G=40.33%
B=38.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198940.4800.040.62174.8931.5429.22
Hex33625E30043Eaf201d
Octal631421366004762574035
Binary1100111100010101111011000001001111101010111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33625E; }

 p { color: rgb(51,98,94); }

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

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

 a { background-color: rgb(51,98,94); }

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

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

 span { border-color: rgb(51,98,94); }

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