Html Css Color HEX #325E60 Oracle

📋 copy color: '#325E60'

red 50 ◦ green 94 ◦ blue 96

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

Shades of Oracle #325E60

Tints of Oracle #325E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 20.83%
G = 39.17%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325E60 (or 0x325E60) is known color: Oracle. HEX triplet: 32, 5E and 60. RGB value is (50,94,96). Sum of RGB (Red+Green+Blue) = 50+94+96=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #325E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E60 is #CDA19F. Grayscale: #515151. Windows color (decimal): -13476256 or 6315570. OLE color: 6315570.

HSL color Cylindrical-coordinate representation of color #325E60: hue angle of 182.61º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325E60 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 94 96 -
CMYK 0.48 0.02 0 0.62
HSL 182.61º 0.32% 0.29% -
HSV(B) 182.61º 0.48% 0.38% -
XYZ 7.43 9.53 12.51 -
YUV 81.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 50 94 96 0.48 0.02 0 0.62 182.61 0.32 0.29
Hex 32 5E 60 30 2 0 3E B7 20 1D
Octal 62 136 140 60 2 0 76 267 40 35
Binary 110010 1011110 1100000 110000 10 0 111110 10110111 100000 11101

Color Harmonies of #325E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325E60

Black with #325E60

Text Example


Text Example

White with #325E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325E60; }

 p { color: rgb(50,94,96); }

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

background-color css

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

 a { background-color: rgb(50,94,96); }

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

border-color css

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

 span { border-color: rgb(50,94,96); }

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