Html Css Color HEX #328BCE Curious Blue

📋 copy color: '#328BCE'

red 50 ◦ green 139 ◦ blue 206

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

Shades of Curious Blue #328BCE

Tints of Curious Blue #328BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 12.66%
G = 35.19%
B = 52.15%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#328BCE (or 0x328BCE) is known color: Curious Blue. HEX triplet: 32, 8B and CE. RGB value is (50,139,206). Sum of RGB (Red+Green+Blue) = 50+139+206=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #328BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BCE is #CD7431. Grayscale: #777777. Windows color (decimal): -13464626 or 13536050. OLE color: 13536050.

HSL color Cylindrical-coordinate representation of color #328BCE: hue angle of 205.77º 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 #328BCE is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 139 206 -
CMYK 0.76 0.33 0 0.19
HSL 205.77º 0.61% 0.5% -
HSV(B) 205.77º 0.76% 0.81% -
XYZ 21.69 23.6 61.8 -
YUV 120.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 50 139 206 0.76 0.33 0 0.19 205.77 0.61 0.5
Hex 32 8B CE 4C 21 0 13 CE 3D 32
Octal 62 213 316 114 41 0 23 316 75 62
Binary 110010 10001011 11001110 1001100 100001 0 10011 11001110 111101 110010

Color Harmonies of #328BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BCE

Black with #328BCE

Text Example


Text Example

White with #328BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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