Html Css Color HEX #328CD0 Curious Blue

📋 copy color: '#328CD0'

red 50 ◦ green 140 ◦ blue 208

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

Shades of Curious Blue #328CD0

Tints of Curious Blue #328CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.26%

R = 12.56%
G = 35.18%
B = 52.26%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#328CD0 (or 0x328CD0) is known color: Curious Blue. HEX triplet: 32, 8C and D0. RGB value is (50,140,208). Sum of RGB (Red+Green+Blue) = 50+140+208=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 208 (81.64% from 255 or 52.26% from 398); Max value from RGB is 208 - color contains mainly: blue. Hex color #328CD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CD0 is #CD732F. Grayscale: #787878. Windows color (decimal): -13464368 or 13667378. OLE color: 13667378.

HSL color Cylindrical-coordinate representation of color #328CD0: hue angle of 205.82º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #328CD0 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 140 208 -
CMYK 0.76 0.33 0 0.18
HSL 205.82º 0.63% 0.51% -
HSV(B) 205.82º 0.76% 0.82% -
XYZ 22.08 23.99 63.14 -
YUV 120.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 50 140 208 0.76 0.33 0 0.18 205.82 0.63 0.51
Hex 32 8C D0 4C 21 0 12 CE 3F 33
Octal 62 214 320 114 41 0 22 316 77 63
Binary 110010 10001100 11010000 1001100 100001 0 10010 11001110 111111 110011

Color Harmonies of #328CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CD0

Black with #328CD0

Text Example


Text Example

White with #328CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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