Html Css Color HEX #326262 Oracle

📋 copy color: '#326262'

red 50 ◦ green 98 ◦ blue 98

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

Shades of Oracle #326262

Tints of Oracle #326262

RGB

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

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

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

R = 20.33%
G = 39.84%
B = 39.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#326262 (or 0x326262) is known color: Oracle. HEX triplet: 32, 62 and 62. RGB value is (50,98,98). Sum of RGB (Red+Green+Blue) = 50+98+98=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #326262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326262 is #CD9D9D. Grayscale: #535353. Windows color (decimal): -13475230 or 6447666. OLE color: 6447666.

HSL color Cylindrical-coordinate representation of color #326262: hue angle of 180º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #326262 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 98 98 -
CMYK 0.49 0 0 0.62
HSL 180º 0.32% 0.29% -
HSV(B) 180º 0.49% 0.38% -
XYZ 7.89 10.3 13.13 -
YUV 83.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 50 98 98 0.49 0 0 0.62 180 0.32 0.29
Hex 32 62 62 31 0 0 3E B4 20 1D
Octal 62 142 142 61 0 0 76 264 40 35
Binary 110010 1100010 1100010 110001 0 0 111110 10110100 100000 11101

Color Harmonies of #326262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326262

Black with #326262

Text Example


Text Example

White with #326262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326262; }

 p { color: rgb(50,98,98); }

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

background-color css

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

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

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

border-color css

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

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

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