Html Css Color HEX #328BD0 Curious Blue

📋 copy color: '#328BD0'

red 50 ◦ green 139 ◦ blue 208

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

Shades of Curious Blue #328BD0

Tints of Curious Blue #328BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 12.59%
G = 35.01%
B = 52.39%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#328BD0 (or 0x328BD0) is known color: Curious Blue. HEX triplet: 32, 8B and D0. RGB value is (50,139,208). Sum of RGB (Red+Green+Blue) = 50+139+208=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #328BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BD0 is #CD742F. Grayscale: #777777. Windows color (decimal): -13464624 or 13667122. OLE color: 13667122.

HSL color Cylindrical-coordinate representation of color #328BD0: hue angle of 206.2º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328BD0 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 139 208 -
CMYK 0.76 0.33 0 0.18
HSL 206.2º 0.63% 0.51% -
HSV(B) 206.2º 0.76% 0.82% -
XYZ 21.93 23.7 63.09 -
YUV 120.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 50 139 208 0.76 0.33 0 0.18 206.2 0.63 0.51
Hex 32 8B D0 4C 21 0 12 CE 3F 33
Octal 62 213 320 114 41 0 22 316 77 63
Binary 110010 10001011 11010000 1001100 100001 0 10010 11001110 111111 110011

Color Harmonies of #328BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BD0

Black with #328BD0

Text Example


Text Example

White with #328BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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