Html Css Color HEX #328CCD Curious Blue

📋 copy color: '#328CCD'

red 50 ◦ green 140 ◦ blue 205

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

Shades of Curious Blue #328CCD

Tints of Curious Blue #328CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 12.66%
G = 35.44%
B = 51.9%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#328CCD (or 0x328CCD) is known color: Curious Blue. HEX triplet: 32, 8C and CD. RGB value is (50,140,205). Sum of RGB (Red+Green+Blue) = 50+140+205=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #328CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CCD is #CD7332. Grayscale: #787878. Windows color (decimal): -13464371 or 13470770. OLE color: 13470770.

HSL color Cylindrical-coordinate representation of color #328CCD: hue angle of 205.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328CCD is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 140 205 -
CMYK 0.76 0.32 0 0.20
HSL 205.16º 0.61% 0.5% -
HSV(B) 205.16º 0.76% 0.8% -
XYZ 21.71 23.84 61.22 -
YUV 120.5 175.68 77.71 -
System Red Green Blue C M Y K H S L
Decimal 50 140 205 0.76 0.32 0 0.20 205.16 0.61 0.5
Hex 32 8C CD 4C 20 0 14 CD 3D 32
Octal 62 214 315 114 40 0 24 315 75 62
Binary 110010 10001100 11001101 1001100 100000 0 10100 11001101 111101 110010

Color Harmonies of #328CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CCD

Black with #328CCD

Text Example


Text Example

White with #328CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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