Html Css Color HEX #328CC4 Curious Blue

📋 copy color: '#328CC4'

red 50 ◦ green 140 ◦ blue 196

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

Shades of Curious Blue #328CC4

Tints of Curious Blue #328CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.78%

R = 12.95%
G = 36.27%
B = 50.78%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#328CC4 (or 0x328CC4) is known color: Curious Blue. HEX triplet: 32, 8C and C4. RGB value is (50,140,196). Sum of RGB (Red+Green+Blue) = 50+140+196=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #328CC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CC4 is #CD733B. Grayscale: #777777. Windows color (decimal): -13464380 or 12880946. OLE color: 12880946.

HSL color Cylindrical-coordinate representation of color #328CC4: hue angle of 203.01º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328CC4 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 50 140 196 -
CMYK 0.74 0.29 0 0.23
HSL 203.01º 0.59% 0.48% -
HSV(B) 203.01º 0.74% 0.77% -
XYZ 20.66 23.42 55.66 -
YUV 119.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 50 140 196 0.74 0.29 0 0.23 203.01 0.59 0.48
Hex 32 8C C4 4A 1D 0 17 CB 3B 30
Octal 62 214 304 112 35 0 27 313 73 60
Binary 110010 10001100 11000100 1001010 11101 0 10111 11001011 111011 110000

Color Harmonies of #328CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CC4

Black with #328CC4

Text Example


Text Example

White with #328CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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