Html Css Color HEX #325F62 Oracle

📋 copy color: '#325F62'

red 50 ◦ green 95 ◦ blue 98

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

Shades of Oracle #325F62

Tints of Oracle #325F62

RGB

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

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

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

R = 20.58%
G = 39.09%
B = 40.33%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325F62 (or 0x325F62) is known color: Oracle. HEX triplet: 32, 5F and 62. RGB value is (50,95,98). Sum of RGB (Red+Green+Blue) = 50+95+98=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #325F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F62 is #CDA09D. Grayscale: #515151. Windows color (decimal): -13475998 or 6446898. OLE color: 6446898.

HSL color Cylindrical-coordinate representation of color #325F62: hue angle of 183.75º 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 #325F62 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 95 98 -
CMYK 0.49 0.03 0 0.62
HSL 183.75º 0.32% 0.29% -
HSV(B) 183.75º 0.49% 0.38% -
XYZ 7.61 9.74 13.03 -
YUV 81.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 50 95 98 0.49 0.03 0 0.62 183.75 0.32 0.29
Hex 32 5F 62 31 3 0 3E B8 20 1D
Octal 62 137 142 61 3 0 76 270 40 35
Binary 110010 1011111 1100010 110001 11 0 111110 10111000 100000 11101

Color Harmonies of #325F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F62

Black with #325F62

Text Example


Text Example

White with #325F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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