Html Css Color HEX #328AB4 Curious Blue

📋 copy color: '#328AB4'

red 50 ◦ green 138 ◦ blue 180

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

Shades of Curious Blue #328AB4

Tints of Curious Blue #328AB4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 180 (70.7% from 255) = 48.91%

R = 13.59%
G = 37.5%
B = 48.91%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#328AB4 (or 0x328AB4) is known color: Curious Blue. HEX triplet: 32, 8A and B4. RGB value is (50,138,180). Sum of RGB (Red+Green+Blue) = 50+138+180=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #328AB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AB4 is #CD754B. Grayscale: #747474. Windows color (decimal): -13464908 or 11831858. OLE color: 11831858.

HSL color Cylindrical-coordinate representation of color #328AB4: hue angle of 199.38º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #328AB4 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 138 180 -
CMYK 0.72 0.23 0 0.29
HSL 199.38º 0.57% 0.45% -
HSV(B) 199.38º 0.72% 0.71% -
XYZ 18.64 22.15 46.47 -
YUV 116.48 163.85 80.58 -
System Red Green Blue C M Y K H S L
Decimal 50 138 180 0.72 0.23 0 0.29 199.38 0.57 0.45
Hex 32 8A B4 48 17 0 1D C7 39 2D
Octal 62 212 264 110 27 0 35 307 71 55
Binary 110010 10001010 10110100 1001000 10111 0 11101 11000111 111001 101101

Color Harmonies of #328AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328AB4

Black with #328AB4

Text Example


Text Example

White with #328AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,180); }

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

background-color css

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

 a { background-color: rgb(50,138,180); }

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

border-color css

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

 span { border-color: rgb(50,138,180); }

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