Html Css Color HEX #328CDA Curious Blue

📋 copy color: '#328CDA'

red 50 ◦ green 140 ◦ blue 218

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

Shades of Curious Blue #328CDA

Tints of Curious Blue #328CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 12.25%
G = 34.31%
B = 53.43%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#328CDA (or 0x328CDA) is known color: Curious Blue. HEX triplet: 32, 8C and DA. RGB value is (50,140,218). Sum of RGB (Red+Green+Blue) = 50+140+218=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #328CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CDA is #CD7325. Grayscale: #797979. Windows color (decimal): -13464358 or 14322738. OLE color: 14322738.

HSL color Cylindrical-coordinate representation of color #328CDA: hue angle of 207.86º 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 #328CDA is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 140 218 -
CMYK 0.77 0.36 0 0.15
HSL 207.86º 0.69% 0.53% -
HSV(B) 207.86º 0.77% 0.85% -
XYZ 23.35 24.5 69.83 -
YUV 121.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 50 140 218 0.77 0.36 0 0.15 207.86 0.69 0.53
Hex 32 8C DA 4D 24 0 F D0 45 35
Octal 62 214 332 115 44 0 17 320 105 65
Binary 110010 10001100 11011010 1001101 100100 0 1111 11010000 1000101 110101

Color Harmonies of #328CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CDA

Black with #328CDA

Text Example


Text Example

White with #328CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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