Html Css Color HEX #328BBF Curious Blue

📋 copy color: '#328BBF'

red 50 ◦ green 139 ◦ blue 191

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

Shades of Curious Blue #328BBF

Tints of Curious Blue #328BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 13.16%
G = 36.58%
B = 50.26%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#328BBF (or 0x328BBF) is known color: Curious Blue. HEX triplet: 32, 8B and BF. RGB value is (50,139,191). Sum of RGB (Red+Green+Blue) = 50+139+191=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #328BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BBF is #CD7440. Grayscale: #767676. Windows color (decimal): -13464641 or 12553010. OLE color: 12553010.

HSL color Cylindrical-coordinate representation of color #328BBF: hue angle of 202.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328BBF is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 139 191 -
CMYK 0.74 0.27 0 0.25
HSL 202.13º 0.59% 0.47% -
HSV(B) 202.13º 0.74% 0.75% -
XYZ 19.95 22.9 52.66 -
YUV 118.32 169.01 79.27 -
System Red Green Blue C M Y K H S L
Decimal 50 139 191 0.74 0.27 0 0.25 202.13 0.59 0.47
Hex 32 8B BF 4A 1B 0 19 CA 3B 2F
Octal 62 213 277 112 33 0 31 312 73 57
Binary 110010 10001011 10111111 1001010 11011 0 11001 11001010 111011 101111

Color Harmonies of #328BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BBF

Black with #328BBF

Text Example


Text Example

White with #328BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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