Html Css Color HEX #328FBF Curious Blue

📋 copy color: '#328FBF'

red 50 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #328FBF

Tints of Curious Blue #328FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

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

R = 13.02%
G = 37.24%
B = 49.74%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#328FBF (or 0x328FBF) is known color: Curious Blue. HEX triplet: 32, 8F and BF. RGB value is (50,143,191). Sum of RGB (Red+Green+Blue) = 50+143+191=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #328FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FBF is #CD7040. Grayscale: #787878. Windows color (decimal): -13463617 or 12554034. OLE color: 12554034.

HSL color Cylindrical-coordinate representation of color #328FBF: hue angle of 200.43º 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 #328FBF is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 143 191 -
CMYK 0.74 0.25 0 0.25
HSL 200.43º 0.59% 0.47% -
HSV(B) 200.43º 0.74% 0.75% -
XYZ 20.54 24.08 52.86 -
YUV 120.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 50 143 191 0.74 0.25 0 0.25 200.43 0.59 0.47
Hex 32 8F BF 4A 19 0 19 C8 3B 2F
Octal 62 217 277 112 31 0 31 310 73 57
Binary 110010 10001111 10111111 1001010 11001 0 11001 11001000 111011 101111

Color Harmonies of #328FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FBF

Black with #328FBF

Text Example


Text Example

White with #328FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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