Html Css Color HEX #325658 Oracle

📋 copy color: '#325658'

red 50 ◦ green 86 ◦ blue 88

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

Shades of Oracle #325658

Tints of Oracle #325658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 22.32%
G = 38.39%
B = 39.29%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325658 (or 0x325658) is known color: Oracle. HEX triplet: 32, 56 and 58. RGB value is (50,86,88). Sum of RGB (Red+Green+Blue) = 50+86+88=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #325658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325658 is #CDA9A7. Grayscale: #4B4B4B. Windows color (decimal): -13478312 or 5789234. OLE color: 5789234.

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

Color convert

RGB 50 86 88 -
CMYK 0.43 0.02 0 0.65
HSL 183.16º 0.28% 0.27% -
HSV(B) 183.16º 0.43% 0.35% -
XYZ 6.4 8.04 10.45 -
YUV 75.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 50 86 88 0.43 0.02 0 0.65 183.16 0.28 0.27
Hex 32 56 58 2B 2 0 41 B7 1C 1B
Octal 62 126 130 53 2 0 101 267 34 33
Binary 110010 1010110 1011000 101011 10 0 1000001 10110111 11100 11011

Color Harmonies of #325658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325658

Black with #325658

Text Example


Text Example

White with #325658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325658; }

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

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

background-color css

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

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

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

border-color css

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

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

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