Html Css Color HEX #336062 Oracle

📋 copy color: '#336062'

red 51 ◦ green 96 ◦ blue 98

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

Shades of Oracle #336062

Tints of Oracle #336062

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 98 (38.67% from 255) = 40%

R = 20.82%
G = 39.18%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#336062 (or 0x336062) is known color: Oracle. HEX triplet: 33, 60 and 62. RGB value is (51,96,98). Sum of RGB (Red+Green+Blue) = 51+96+98=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #336062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336062 is #CC9F9D. Grayscale: #525252. Windows color (decimal): -13410206 or 6447155. OLE color: 6447155.

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

Color convert

RGB 51 96 98 -
CMYK 0.48 0.02 0 0.62
HSL 182.55º 0.32% 0.29% -
HSV(B) 182.55º 0.48% 0.38% -
XYZ 7.75 9.95 13.07 -
YUV 82.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 51 96 98 0.48 0.02 0 0.62 182.55 0.32 0.29
Hex 33 60 62 30 2 0 3E B7 20 1D
Octal 63 140 142 60 2 0 76 267 40 35
Binary 110011 1100000 1100010 110000 10 0 111110 10110111 100000 11101

Color Harmonies of #336062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336062

Black with #336062

Text Example


Text Example

White with #336062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336062; }

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

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

background-color css

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

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

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

border-color css

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

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

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