Html Css Color HEX #325F64 Oracle

📋 copy color: '#325F64'

red 50 ◦ green 95 ◦ blue 100

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

Shades of Oracle #325F64

Tints of Oracle #325F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.78%

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 20.41%
G = 38.78%
B = 40.82%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#325F64 (or 0x325F64) is known color: Oracle. HEX triplet: 32, 5F and 64. RGB value is (50,95,100). Sum of RGB (Red+Green+Blue) = 50+95+100=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 100 - color contains mainly: blue. Hex color #325F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F64 is #CDA09B. Grayscale: #525252. Windows color (decimal): -13475996 or 6577970. OLE color: 6577970.

HSL color Cylindrical-coordinate representation of color #325F64: hue angle of 186º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325F64 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 95 100 -
CMYK 0.50 0.05 0 0.61
HSL 186º 0.33% 0.29% -
HSV(B) 186º 0.5% 0.39% -
XYZ 7.71 9.78 13.54 -
YUV 82.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 50 95 100 0.50 0.05 0 0.61 186 0.33 0.29
Hex 32 5F 64 32 5 0 3D BA 21 1D
Octal 62 137 144 62 5 0 75 272 41 35
Binary 110010 1011111 1100100 110010 101 0 111101 10111010 100001 11101

Color Harmonies of #325F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F64

Black with #325F64

Text Example


Text Example

White with #325F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,100); }

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

background-color css

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

 a { background-color: rgb(50,95,100); }

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

border-color css

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

 span { border-color: rgb(50,95,100); }

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