Html Css Color HEX #325A58 Oracle

📋 copy color: '#325A58'

red 50 ◦ green 90 ◦ blue 88

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

Shades of Oracle #325A58

Tints of Oracle #325A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.47%

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

R = 21.93%
G = 39.47%
B = 38.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#325A58 (or 0x325A58) is known color: Oracle. HEX triplet: 32, 5A and 58. RGB value is (50,90,88). Sum of RGB (Red+Green+Blue) = 50+90+88=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #325A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A58 is #CDA5A7. Grayscale: #4D4D4D. Windows color (decimal): -13477288 or 5790258. OLE color: 5790258.

HSL color Cylindrical-coordinate representation of color #325A58: hue angle of 177º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325A58 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 88 -
CMYK 0.44 0 0.02 0.65
HSL 177º 0.29% 0.27% -
HSV(B) 177º 0.44% 0.35% -
XYZ 6.73 8.7 10.56 -
YUV 77.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 50 90 88 0.44 0 0.02 0.65 177 0.29 0.27
Hex 32 5A 58 2C 0 2 41 B1 1D 1B
Octal 62 132 130 54 0 2 101 261 35 33
Binary 110010 1011010 1011000 101100 0 10 1000001 10110001 11101 11011

Color Harmonies of #325A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A58

Black with #325A58

Text Example


Text Example

White with #325A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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