Html Css Color HEX #328BD1 Curious Blue

📋 copy color: '#328BD1'

red 50 ◦ green 139 ◦ blue 209

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

Shades of Curious Blue #328BD1

Tints of Curious Blue #328BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 12.56%
G = 34.92%
B = 52.51%

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

#328BD1 (or 0x328BD1) is known color: Curious Blue. HEX triplet: 32, 8B and D1. RGB value is (50,139,209). Sum of RGB (Red+Green+Blue) = 50+139+209=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #328BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BD1 is #CD742E. Grayscale: #777777. Windows color (decimal): -13464623 or 13732658. OLE color: 13732658.

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

Color convert

RGB 50 139 209 -
CMYK 0.76 0.33 0 0.18
HSL 206.42º 0.63% 0.51% -
HSV(B) 206.42º 0.76% 0.82% -
XYZ 22.06 23.75 63.74 -
YUV 120.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 50 139 209 0.76 0.33 0 0.18 206.42 0.63 0.51
Hex 32 8B D1 4C 21 0 12 CE 3F 33
Octal 62 213 321 114 41 0 22 316 77 63
Binary 110010 10001011 11010001 1001100 100001 0 10010 11001110 111111 110011

Color Harmonies of #328BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BD1

Black with #328BD1

Text Example


Text Example

White with #328BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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