Html Css Color HEX #325455 Oracle

📋 copy color: '#325455'

red 50 ◦ green 84 ◦ blue 85

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

Shades of Oracle #325455

Tints of Oracle #325455

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 22.83%
G = 38.36%
B = 38.81%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#325455 (or 0x325455) is known color: Oracle. HEX triplet: 32, 54 and 55. RGB value is (50,84,85). Sum of RGB (Red+Green+Blue) = 50+84+85=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #325455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325455 is #CDABAA. Grayscale: #494949. Windows color (decimal): -13478827 or 5592114. OLE color: 5592114.

HSL color Cylindrical-coordinate representation of color #325455: hue angle of 181.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325455 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 85 -
CMYK 0.41 0.01 0 0.67
HSL 181.71º 0.26% 0.26% -
HSV(B) 181.71º 0.41% 0.33% -
XYZ 6.13 7.67 9.75 -
YUV 73.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 50 84 85 0.41 0.01 0 0.67 181.71 0.26 0.26
Hex 32 54 55 29 1 0 43 B6 1A 1A
Octal 62 124 125 51 1 0 103 266 32 32
Binary 110010 1010100 1010101 101001 1 0 1000011 10110110 11010 11010

Color Harmonies of #325455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325455

Black with #325455

Text Example


Text Example

White with #325455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325455; }

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

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

background-color css

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

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

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

border-color css

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

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

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