Html Css Color HEX #328BD7 Curious Blue

📋 copy color: '#328BD7'

red 50 ◦ green 139 ◦ blue 215

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

Shades of Curious Blue #328BD7

Tints of Curious Blue #328BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 12.38%
G = 34.41%
B = 53.22%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#328BD7 (or 0x328BD7) is known color: Curious Blue. HEX triplet: 32, 8B and D7. RGB value is (50,139,215). Sum of RGB (Red+Green+Blue) = 50+139+215=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #328BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BD7 is #CD7428. Grayscale: #787878. Windows color (decimal): -13464617 or 14125874. OLE color: 14125874.

HSL color Cylindrical-coordinate representation of color #328BD7: hue angle of 207.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328BD7 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 139 215 -
CMYK 0.77 0.35 0 0.16
HSL 207.64º 0.67% 0.52% -
HSV(B) 207.64º 0.77% 0.84% -
XYZ 22.81 24.05 67.73 -
YUV 121.05 181.01 77.32 -
System Red Green Blue C M Y K H S L
Decimal 50 139 215 0.77 0.35 0 0.16 207.64 0.67 0.52
Hex 32 8B D7 4D 23 0 10 D0 43 34
Octal 62 213 327 115 43 0 20 320 103 64
Binary 110010 10001011 11010111 1001101 100011 0 10000 11010000 1000011 110100

Color Harmonies of #328BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BD7

Black with #328BD7

Text Example


Text Example

White with #328BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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