Html Css Color HEX #328CCE Curious Blue

📋 copy color: '#328CCE'

red 50 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #328CCE

Tints of Curious Blue #328CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 12.63%
G = 35.35%
B = 52.02%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#328CCE (or 0x328CCE) is known color: Curious Blue. HEX triplet: 32, 8C and CE. RGB value is (50,140,206). Sum of RGB (Red+Green+Blue) = 50+140+206=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #328CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CCE is #CD7331. Grayscale: #787878. Windows color (decimal): -13464370 or 13536306. OLE color: 13536306.

HSL color Cylindrical-coordinate representation of color #328CCE: hue angle of 205.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328CCE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 140 206 -
CMYK 0.76 0.32 0 0.19
HSL 205.38º 0.61% 0.5% -
HSV(B) 205.38º 0.76% 0.81% -
XYZ 21.83 23.89 61.85 -
YUV 120.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 50 140 206 0.76 0.32 0 0.19 205.38 0.61 0.5
Hex 32 8C CE 4C 20 0 13 CD 3D 32
Octal 62 214 316 114 40 0 23 315 75 62
Binary 110010 10001100 11001110 1001100 100000 0 10011 11001101 111101 110010

Color Harmonies of #328CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CCE

Black with #328CCE

Text Example


Text Example

White with #328CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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