Html Css Color HEX #325558 Oracle

📋 copy color: '#325558'

red 50 ◦ green 85 ◦ blue 88

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

Shades of Oracle #325558

Tints of Oracle #325558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 22.42%
G = 38.12%
B = 39.46%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325558 (or 0x325558) is known color: Oracle. HEX triplet: 32, 55 and 58. RGB value is (50,85,88). Sum of RGB (Red+Green+Blue) = 50+85+88=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #325558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325558 is #CDAAA7. Grayscale: #4A4A4A. Windows color (decimal): -13478568 or 5788978. OLE color: 5788978.

HSL color Cylindrical-coordinate representation of color #325558: hue angle of 184.74º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325558 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 85 88 -
CMYK 0.43 0.03 0 0.65
HSL 184.74º 0.28% 0.27% -
HSV(B) 184.74º 0.43% 0.35% -
XYZ 6.33 7.88 10.42 -
YUV 74.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 50 85 88 0.43 0.03 0 0.65 184.74 0.28 0.27
Hex 32 55 58 2B 3 0 41 B9 1C 1B
Octal 62 125 130 53 3 0 101 271 34 33
Binary 110010 1010101 1011000 101011 11 0 1000001 10111001 11100 11011

Color Harmonies of #325558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325558

Black with #325558

Text Example


Text Example

White with #325558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325558; }

 p { color: rgb(50,85,88); }

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

background-color css

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

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

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

border-color css

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

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

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