Html Css Color HEX #328EBA Curious Blue

📋 copy color: '#328EBA'

red 50 ◦ green 142 ◦ blue 186

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

Shades of Curious Blue #328EBA

Tints of Curious Blue #328EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 13.23%
G = 37.57%
B = 49.21%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#328EBA (or 0x328EBA) is known color: Curious Blue. HEX triplet: 32, 8E and BA. RGB value is (50,142,186). Sum of RGB (Red+Green+Blue) = 50+142+186=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #328EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EBA is #CD7145. Grayscale: #777777. Windows color (decimal): -13463878 or 12226098. OLE color: 12226098.

HSL color Cylindrical-coordinate representation of color #328EBA: hue angle of 199.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328EBA is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 142 186 -
CMYK 0.73 0.24 0 0.27
HSL 199.41º 0.58% 0.46% -
HSV(B) 199.41º 0.73% 0.73% -
XYZ 19.85 23.57 49.96 -
YUV 119.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 50 142 186 0.73 0.24 0 0.27 199.41 0.58 0.46
Hex 32 8E BA 49 18 0 1B C7 3A 2E
Octal 62 216 272 111 30 0 33 307 72 56
Binary 110010 10001110 10111010 1001001 11000 0 11011 11000111 111010 101110

Color Harmonies of #328EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EBA

Black with #328EBA

Text Example


Text Example

White with #328EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,142,186); }

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

background-color css

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

 a { background-color: rgb(50,142,186); }

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

border-color css

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

 span { border-color: rgb(50,142,186); }

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