Html Css Color HEX #325A5C Oracle

📋 copy color: '#325A5C'

red 50 ◦ green 90 ◦ blue 92

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

Shades of Oracle #325A5C

Tints of Oracle #325A5C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 92 (36.33% from 255) = 39.66%

R = 21.55%
G = 38.79%
B = 39.66%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#325A5C (or 0x325A5C) is known color: Oracle. HEX triplet: 32, 5A and 5C. RGB value is (50,90,92). Sum of RGB (Red+Green+Blue) = 50+90+92=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #325A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A5C is #CDA5A3. Grayscale: #4E4E4E. Windows color (decimal): -13477284 or 6052402. OLE color: 6052402.

HSL color Cylindrical-coordinate representation of color #325A5C: hue angle of 182.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325A5C is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 90 92 -
CMYK 0.46 0.02 0 0.64
HSL 182.86º 0.3% 0.28% -
HSV(B) 182.86º 0.46% 0.36% -
XYZ 6.9 8.76 11.45 -
YUV 78.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 50 90 92 0.46 0.02 0 0.64 182.86 0.3 0.28
Hex 32 5A 5C 2E 2 0 40 B7 1E 1C
Octal 62 132 134 56 2 0 100 267 36 34
Binary 110010 1011010 1011100 101110 10 0 1000000 10110111 11110 11100

Color Harmonies of #325A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A5C

Black with #325A5C

Text Example


Text Example

White with #325A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,92); }

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

background-color css

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

 a { background-color: rgb(50,90,92); }

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

border-color css

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

 span { border-color: rgb(50,90,92); }

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