Html Css Color HEX #325257 Oracle

📋 copy color: '#325257'

red 50 ◦ green 82 ◦ blue 87

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

Shades of Oracle #325257

Tints of Oracle #325257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

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

R = 22.83%
G = 37.44%
B = 39.73%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#325257 (or 0x325257) is known color: Oracle. HEX triplet: 32, 52 and 57. RGB value is (50,82,87). Sum of RGB (Red+Green+Blue) = 50+82+87=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #325257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325257 is #CDADA8. Grayscale: #484848. Windows color (decimal): -13479337 or 5722674. OLE color: 5722674.

HSL color Cylindrical-coordinate representation of color #325257: hue angle of 188.11º 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 #325257 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 50 82 87 -
CMYK 0.43 0.06 0 0.66
HSL 188.11º 0.27% 0.27% -
HSV(B) 188.11º 0.43% 0.34% -
XYZ 6.05 7.4 10.13 -
YUV 73 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 50 82 87 0.43 0.06 0 0.66 188.11 0.27 0.27
Hex 32 52 57 2B 6 0 42 BC 1B 1B
Octal 62 122 127 53 6 0 102 274 33 33
Binary 110010 1010010 1010111 101011 110 0 1000010 10111100 11011 11011

Color Harmonies of #325257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325257

Black with #325257

Text Example


Text Example

White with #325257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325257; }

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

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

background-color css

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

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

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

border-color css

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

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

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