Html Css Color HEX #325356 Oracle

📋 copy color: '#325356'

red 50 ◦ green 83 ◦ blue 86

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

Shades of Oracle #325356

Tints of Oracle #325356

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 22.83%
G = 37.9%
B = 39.27%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#325356 (or 0x325356) is known color: Oracle. HEX triplet: 32, 53 and 56. RGB value is (50,83,86). Sum of RGB (Red+Green+Blue) = 50+83+86=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #325356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325356 is #CDACA9. Grayscale: #494949. Windows color (decimal): -13479082 or 5657394. OLE color: 5657394.

HSL color Cylindrical-coordinate representation of color #325356: hue angle of 185º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #325356 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 83 86 -
CMYK 0.42 0.03 0 0.66
HSL 185º 0.26% 0.27% -
HSV(B) 185º 0.42% 0.34% -
XYZ 6.09 7.54 9.94 -
YUV 73.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 50 83 86 0.42 0.03 0 0.66 185 0.26 0.27
Hex 32 53 56 2A 3 0 42 B9 1A 1B
Octal 62 123 126 52 3 0 102 271 32 33
Binary 110010 1010011 1010110 101010 11 0 1000010 10111001 11010 11011

Color Harmonies of #325356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325356

Black with #325356

Text Example


Text Example

White with #325356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325356; }

 p { color: rgb(50,83,86); }

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

background-color css

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

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

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

border-color css

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

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

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