Html Css Color HEX #325457 Oracle

📋 copy color: '#325457'

red 50 ◦ green 84 ◦ blue 87

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

Shades of Oracle #325457

Tints of Oracle #325457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 22.62%
G = 38.01%
B = 39.37%

CMYK

 C value IS 0.43

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#325457 (or 0x325457) is known color: Oracle. HEX triplet: 32, 54 and 57. RGB value is (50,84,87). Sum of RGB (Red+Green+Blue) = 50+84+87=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #325457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325457 is #CDABA8. Grayscale: #4A4A4A. Windows color (decimal): -13478825 or 5723186. OLE color: 5723186.

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

Color convert

RGB 50 84 87 -
CMYK 0.43 0.03 0 0.66
HSL 184.86º 0.27% 0.27% -
HSV(B) 184.86º 0.43% 0.34% -
XYZ 6.21 7.71 10.18 -
YUV 74.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 50 84 87 0.43 0.03 0 0.66 184.86 0.27 0.27
Hex 32 54 57 2B 3 0 42 B9 1B 1B
Octal 62 124 127 53 3 0 102 271 33 33
Binary 110010 1010100 1010111 101011 11 0 1000010 10111001 11011 11011

Color Harmonies of #325457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325457

Black with #325457

Text Example


Text Example

White with #325457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325457; }

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

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

background-color css

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

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

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

border-color css

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

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

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