Html Css Color HEX #336065 Oracle

📋 copy color: '#336065'

red 51 ◦ green 96 ◦ blue 101

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

Shades of Oracle #336065

Tints of Oracle #336065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 20.56%
G = 38.71%
B = 40.73%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#336065 (or 0x336065) is known color: Oracle. HEX triplet: 33, 60 and 65. RGB value is (51,96,101). Sum of RGB (Red+Green+Blue) = 51+96+101=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #336065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336065 is #CC9F9A. Grayscale: #535353. Windows color (decimal): -13410203 or 6643763. OLE color: 6643763.

HSL color Cylindrical-coordinate representation of color #336065: hue angle of 186º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336065 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 96 101 -
CMYK 0.50 0.05 0 0.60
HSL 186º 0.33% 0.3% -
HSV(B) 186º 0.5% 0.4% -
XYZ 7.9 10.01 13.83 -
YUV 83.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 51 96 101 0.50 0.05 0 0.60 186 0.33 0.3
Hex 33 60 65 32 5 0 3C BA 21 1E
Octal 63 140 145 62 5 0 74 272 41 36
Binary 110011 1100000 1100101 110010 101 0 111100 10111010 100001 11110

Color Harmonies of #336065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336065

Black with #336065

Text Example


Text Example

White with #336065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336065; }

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

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

background-color css

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

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

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

border-color css

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

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

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