Html Css Color HEX #328BBA Curious Blue

📋 copy color: '#328BBA'

red 50 ◦ green 139 ◦ blue 186

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

Shades of Curious Blue #328BBA

Tints of Curious Blue #328BBA

RGB

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

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

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

R = 13.33%
G = 37.07%
B = 49.6%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#328BBA (or 0x328BBA) is known color: Curious Blue. HEX triplet: 32, 8B and BA. RGB value is (50,139,186). Sum of RGB (Red+Green+Blue) = 50+139+186=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #328BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BBA is #CD7445. Grayscale: #757575. Windows color (decimal): -13464646 or 12225330. OLE color: 12225330.

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

Color convert

RGB 50 139 186 -
CMYK 0.73 0.25 0 0.27
HSL 200.74º 0.58% 0.46% -
HSV(B) 200.74º 0.73% 0.73% -
XYZ 19.41 22.69 49.81 -
YUV 117.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 50 139 186 0.73 0.25 0 0.27 200.74 0.58 0.46
Hex 32 8B BA 49 19 0 1B C9 3A 2E
Octal 62 213 272 111 31 0 33 311 72 56
Binary 110010 10001011 10111010 1001001 11001 0 11011 11001001 111010 101110

Color Harmonies of #328BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BBA

Black with #328BBA

Text Example


Text Example

White with #328BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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