Html Css Color HEX #328AB8 Curious Blue

📋 copy color: '#328AB8'

red 50 ◦ green 138 ◦ blue 184

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

Shades of Curious Blue #328AB8

Tints of Curious Blue #328AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.46%

R = 13.44%
G = 37.1%
B = 49.46%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#328AB8 (or 0x328AB8) is known color: Curious Blue. HEX triplet: 32, 8A and B8. RGB value is (50,138,184). Sum of RGB (Red+Green+Blue) = 50+138+184=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #328AB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328AB8 is #CD7547. Grayscale: #747474. Windows color (decimal): -13464904 or 12094002. OLE color: 12094002.

HSL color Cylindrical-coordinate representation of color #328AB8: hue angle of 200.6º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #328AB8 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 138 184 -
CMYK 0.73 0.25 0 0.28
HSL 200.6º 0.57% 0.46% -
HSV(B) 200.6º 0.73% 0.72% -
XYZ 19.06 22.32 48.65 -
YUV 116.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 50 138 184 0.73 0.25 0 0.28 200.6 0.57 0.46
Hex 32 8A B8 49 19 0 1C C9 39 2E
Octal 62 212 270 111 31 0 34 311 71 56
Binary 110010 10001010 10111000 1001001 11001 0 11100 11001001 111001 101110

Color Harmonies of #328AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328AB8

Black with #328AB8

Text Example


Text Example

White with #328AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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