Html Css Color HEX #326061 Oracle

📋 copy color: '#326061'

red 50 ◦ green 96 ◦ blue 97

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

Shades of Oracle #326061

Tints of Oracle #326061

RGB

 RED value IS 50 (19.92% from 255) = 20.58%

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

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

R = 20.58%
G = 39.51%
B = 39.92%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#326061 (or 0x326061) is known color: Oracle. HEX triplet: 32, 60 and 61. RGB value is (50,96,97). Sum of RGB (Red+Green+Blue) = 50+96+97=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #326061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326061 is #CD9F9E. Grayscale: #525252. Windows color (decimal): -13475743 or 6381618. OLE color: 6381618.

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

Color convert

RGB 50 96 97 -
CMYK 0.48 0.01 0 0.62
HSL 181.28º 0.32% 0.29% -
HSV(B) 181.28º 0.48% 0.38% -
XYZ 7.66 9.91 12.82 -
YUV 82.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 50 96 97 0.48 0.01 0 0.62 181.28 0.32 0.29
Hex 32 60 61 30 1 0 3E B5 20 1D
Octal 62 140 141 60 1 0 76 265 40 35
Binary 110010 1100000 1100001 110000 1 0 111110 10110101 100000 11101

Color Harmonies of #326061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326061

Black with #326061

Text Example


Text Example

White with #326061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326061; }

 p { color: rgb(50,96,97); }

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

background-color css

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

 a { background-color: rgb(50,96,97); }

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

border-color css

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

 span { border-color: rgb(50,96,97); }

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