Html Css Color HEX #336263 Oracle

📋 copy color: '#336263'

red 51 ◦ green 98 ◦ blue 99

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

Shades of Oracle #336263

Tints of Oracle #336263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.52%

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

R = 20.56%
G = 39.52%
B = 39.92%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#336263 (or 0x336263) is known color: Oracle. HEX triplet: 33, 62 and 63. RGB value is (51,98,99). Sum of RGB (Red+Green+Blue) = 51+98+99=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #336263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336263 is #CC9D9C. Grayscale: #545454. Windows color (decimal): -13409693 or 6513203. OLE color: 6513203.

HSL color Cylindrical-coordinate representation of color #336263: hue angle of 181.25º 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 #336263 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 98 99 -
CMYK 0.48 0.01 0 0.61
HSL 181.25º 0.32% 0.29% -
HSV(B) 181.25º 0.48% 0.39% -
XYZ 7.99 10.34 13.38 -
YUV 84.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 51 98 99 0.48 0.01 0 0.61 181.25 0.32 0.29
Hex 33 62 63 30 1 0 3D B5 20 1D
Octal 63 142 143 60 1 0 75 265 40 35
Binary 110011 1100010 1100011 110000 1 0 111101 10110101 100000 11101

Color Harmonies of #336263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336263

Black with #336263

Text Example


Text Example

White with #336263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336263; }

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

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

background-color css

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

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

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

border-color css

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

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

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