Html Css Color HEX #328CB6 Curious Blue

📋 copy color: '#328CB6'

red 50 ◦ green 140 ◦ blue 182

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

Shades of Curious Blue #328CB6

Tints of Curious Blue #328CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 13.44%
G = 37.63%
B = 48.92%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#328CB6 (or 0x328CB6) is known color: Curious Blue. HEX triplet: 32, 8C and B6. RGB value is (50,140,182). Sum of RGB (Red+Green+Blue) = 50+140+182=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #328CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CB6 is #CD7349. Grayscale: #757575. Windows color (decimal): -13464394 or 11963442. OLE color: 11963442.

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

Color convert

RGB 50 140 182 -
CMYK 0.73 0.23 0 0.29
HSL 199.09º 0.57% 0.45% -
HSV(B) 199.09º 0.73% 0.71% -
XYZ 19.14 22.81 47.65 -
YUV 117.88 164.18 79.58 -
System Red Green Blue C M Y K H S L
Decimal 50 140 182 0.73 0.23 0 0.29 199.09 0.57 0.45
Hex 32 8C B6 49 17 0 1D C7 39 2D
Octal 62 214 266 111 27 0 35 307 71 55
Binary 110010 10001100 10110110 1001001 10111 0 11101 11000111 111001 101101

Color Harmonies of #328CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CB6

Black with #328CB6

Text Example


Text Example

White with #328CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,140,182); }

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

background-color css

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

 a { background-color: rgb(50,140,182); }

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

border-color css

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

 span { border-color: rgb(50,140,182); }

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