Html Css Color HEX #33625E Oracle

📋 copy color: '#33625E'

red 51 ◦ green 98 ◦ blue 94

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

Shades of Oracle #33625E

Tints of Oracle #33625E

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 value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#33625E (or 0x33625E) is known color: 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

RGB 51 98 94 -
CMYK 0.48 0 0.04 0.62
HSL 174.89º 0.32% 0.29% -
HSV(B) 174.89º 0.48% 0.38% -
XYZ 7.75 10.25 12.16 -
YUV 83.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 51 98 94 0.48 0 0.04 0.62 174.89 0.32 0.29
Hex 33 62 5E 30 0 4 3E AF 20 1D
Octal 63 142 136 60 0 4 76 257 40 35
Binary 110011 1100010 1011110 110000 0 100 111110 10101111 100000 11101

Color Harmonies of #33625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33625E

Black with #33625E

Text Example


Text Example

White with #33625E

Text Example


Text Example

HTML Codes & Css Web 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>