Html Css Color HEX #32625E Oracle

📋 copy color: '#32625E'

red 50 ◦ green 98 ◦ blue 94

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

Shades of Oracle #32625E

Tints of Oracle #32625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 20.66%
G = 40.5%
B = 38.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#32625E (or 0x32625E) is known color: Oracle. HEX triplet: 32, 62 and 5E. RGB value is (50,98,94). Sum of RGB (Red+Green+Blue) = 50+98+94=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #32625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32625E is #CD9DA1. Grayscale: #535353. Windows color (decimal): -13475234 or 6185522. OLE color: 6185522.

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

Color convert

RGB 50 98 94 -
CMYK 0.49 0 0.04 0.62
HSL 175º 0.32% 0.29% -
HSV(B) 175º 0.49% 0.38% -
XYZ 7.7 10.22 12.16 -
YUV 83.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 50 98 94 0.49 0 0.04 0.62 175 0.32 0.29
Hex 32 62 5E 31 0 4 3E AF 20 1D
Octal 62 142 136 61 0 4 76 257 40 35
Binary 110010 1100010 1011110 110001 0 100 111110 10101111 100000 11101

Color Harmonies of #32625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32625E

Black with #32625E

Text Example


Text Example

White with #32625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32625E; }

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

 H1.HeaderClassName
 {
   color: #32625E;
 }
 .AnyTagClassName
 {
   color: #32625E;
 }
</style>

background-color css

<style>
 a { background-color: #32625E; }

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

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

border-color css

<style>
 span { border-color: #32625E; }

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

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