Html Css Color HEX #328BCD Curious Blue

📋 copy color: '#328BCD'

red 50 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #328BCD

Tints of Curious Blue #328BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

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

R = 12.69%
G = 35.28%
B = 52.03%

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

#328BCD (or 0x328BCD) is known color: Curious Blue. HEX triplet: 32, 8B and CD. RGB value is (50,139,205). Sum of RGB (Red+Green+Blue) = 50+139+205=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #328BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BCD is #CD7432. Grayscale: #777777. Windows color (decimal): -13464627 or 13470514. OLE color: 13470514.

HSL color Cylindrical-coordinate representation of color #328BCD: hue angle of 205.55º 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 #328BCD is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 139 205 -
CMYK 0.76 0.32 0 0.20
HSL 205.55º 0.61% 0.5% -
HSV(B) 205.55º 0.76% 0.8% -
XYZ 21.57 23.55 61.17 -
YUV 119.91 176.01 78.13 -
System Red Green Blue C M Y K H S L
Decimal 50 139 205 0.76 0.32 0 0.20 205.55 0.61 0.5
Hex 32 8B CD 4C 20 0 14 CE 3D 32
Octal 62 213 315 114 40 0 24 316 75 62
Binary 110010 10001011 11001101 1001100 100000 0 10100 11001110 111101 110010

Color Harmonies of #328BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BCD

Black with #328BCD

Text Example


Text Example

White with #328BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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