Html Css Color HEX #325D62 Oracle

📋 copy color: '#325D62'

red 50 ◦ green 93 ◦ blue 98

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

Shades of Oracle #325D62

Tints of Oracle #325D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

 BLUE value IS 98 (38.67% from 255) = 40.66%

R = 20.75%
G = 38.59%
B = 40.66%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325D62 (or 0x325D62) is known color: Oracle. HEX triplet: 32, 5D and 62. RGB value is (50,93,98). Sum of RGB (Red+Green+Blue) = 50+93+98=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #325D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D62 is #CDA29D. Grayscale: #505050. Windows color (decimal): -13476510 or 6446386. OLE color: 6446386.

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

Color convert

RGB 50 93 98 -
CMYK 0.49 0.05 0 0.62
HSL 186.25º 0.32% 0.29% -
HSV(B) 186.25º 0.49% 0.38% -
XYZ 7.43 9.39 12.98 -
YUV 80.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 50 93 98 0.49 0.05 0 0.62 186.25 0.32 0.29
Hex 32 5D 62 31 5 0 3E BA 20 1D
Octal 62 135 142 61 5 0 76 272 40 35
Binary 110010 1011101 1100010 110001 101 0 111110 10111010 100000 11101

Color Harmonies of #325D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D62

Black with #325D62

Text Example


Text Example

White with #325D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,98); }

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

background-color css

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

 a { background-color: rgb(50,93,98); }

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

border-color css

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

 span { border-color: rgb(50,93,98); }

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