Html Css Color HEX #336363 Oracle

📋 copy color: '#336363'

red 51 ◦ green 99 ◦ blue 99

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

Shades of Oracle #336363

Tints of Oracle #336363

RGB

 RED value IS 51 (20.31% from 255) = 20.48%

 GREEN value IS 99 (39.06% from 255) = 39.76%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 20.48%
G = 39.76%
B = 39.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#336363 (or 0x336363) is known color: Oracle. HEX triplet: 33, 63 and 63. RGB value is (51,99,99). Sum of RGB (Red+Green+Blue) = 51+99+99=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #336363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336363 is #CC9C9C. Grayscale: #545454. Windows color (decimal): -13409437 or 6513459. OLE color: 6513459.

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

Color convert

RGB 51 99 99 -
CMYK 0.48 0 0 0.61
HSL 180º 0.32% 0.29% -
HSV(B) 180º 0.48% 0.39% -
XYZ 8.08 10.53 13.41 -
YUV 84.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 51 99 99 0.48 0 0 0.61 180 0.32 0.29
Hex 33 63 63 30 0 0 3D B4 20 1D
Octal 63 143 143 60 0 0 75 264 40 35
Binary 110011 1100011 1100011 110000 0 0 111101 10110100 100000 11101

Color Harmonies of #336363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336363

Black with #336363

Text Example


Text Example

White with #336363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336363; }

 p { color: rgb(51,99,99); }

 H1.HeaderClassName
 {
   color: #336363;
 }
 .AnyTagClassName
 {
   color: #336363;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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