Html Css Color HEX #328ADA Curious Blue

📋 copy color: '#328ADA'

red 50 ◦ green 138 ◦ blue 218

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

Shades of Curious Blue #328ADA

Tints of Curious Blue #328ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

 BLUE value IS 218 (85.55% from 255) = 53.69%

R = 12.32%
G = 33.99%
B = 53.69%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#328ADA (or 0x328ADA) is known color: Curious Blue. HEX triplet: 32, 8A and DA. RGB value is (50,138,218). Sum of RGB (Red+Green+Blue) = 50+138+218=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #328ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328ADA is #CD7525. Grayscale: #787878. Windows color (decimal): -13464870 or 14322226. OLE color: 14322226.

HSL color Cylindrical-coordinate representation of color #328ADA: hue angle of 208.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328ADA is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 138 218 -
CMYK 0.77 0.37 0 0.15
HSL 208.57º 0.69% 0.53% -
HSV(B) 208.57º 0.77% 0.85% -
XYZ 23.06 23.92 69.73 -
YUV 120.81 182.85 77.5 -
System Red Green Blue C M Y K H S L
Decimal 50 138 218 0.77 0.37 0 0.15 208.57 0.69 0.53
Hex 32 8A DA 4D 25 0 F D1 45 35
Octal 62 212 332 115 45 0 17 321 105 65
Binary 110010 10001010 11011010 1001101 100101 0 1111 11010001 1000101 110101

Color Harmonies of #328ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328ADA

Black with #328ADA

Text Example


Text Example

White with #328ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328ADA; }

 p { color: rgb(50,138,218); }

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

background-color css

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

 a { background-color: rgb(50,138,218); }

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

border-color css

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

 span { border-color: rgb(50,138,218); }

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