Html Css Color HEX #336361 Oracle

📋 copy color: '#336361'

red 51 ◦ green 99 ◦ blue 97

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

Shades of Oracle #336361

Tints of Oracle #336361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 20.65%
G = 40.08%
B = 39.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#336361 (or 0x336361) is known color: Oracle. HEX triplet: 33, 63 and 61. RGB value is (51,99,97). Sum of RGB (Red+Green+Blue) = 51+99+97=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #336361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336361 is #CC9C9E. Grayscale: #545454. Windows color (decimal): -13409439 or 6382387. OLE color: 6382387.

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

Color convert

RGB 51 99 97 -
CMYK 0.48 0 0.02 0.61
HSL 177.5º 0.32% 0.29% -
HSV(B) 177.5º 0.48% 0.39% -
XYZ 7.98 10.49 12.91 -
YUV 84.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 51 99 97 0.48 0 0.02 0.61 177.5 0.32 0.29
Hex 33 63 61 30 0 2 3D B2 20 1D
Octal 63 143 141 60 0 2 75 262 40 35
Binary 110011 1100011 1100001 110000 0 10 111101 10110010 100000 11101

Color Harmonies of #336361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336361

Black with #336361

Text Example


Text Example

White with #336361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336361; }

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

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

background-color css

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

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

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

border-color css

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

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

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