Html Css Color HEX #328CCF Curious Blue

📋 copy color: '#328CCF'

red 50 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #328CCF

Tints of Curious Blue #328CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 12.59%
G = 35.26%
B = 52.14%

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

#328CCF (or 0x328CCF) is known color: Curious Blue. HEX triplet: 32, 8C and CF. RGB value is (50,140,207). Sum of RGB (Red+Green+Blue) = 50+140+207=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #328CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CCF is #CD7330. Grayscale: #787878. Windows color (decimal): -13464369 or 13601842. OLE color: 13601842.

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

Color convert

RGB 50 140 207 -
CMYK 0.76 0.32 0 0.19
HSL 205.61º 0.62% 0.5% -
HSV(B) 205.61º 0.76% 0.81% -
XYZ 21.96 23.94 62.5 -
YUV 120.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 50 140 207 0.76 0.32 0 0.19 205.61 0.62 0.5
Hex 32 8C CF 4C 20 0 13 CE 3E 32
Octal 62 214 317 114 40 0 23 316 76 62
Binary 110010 10001100 11001111 1001100 100000 0 10011 11001110 111110 110010

Color Harmonies of #328CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CCF

Black with #328CCF

Text Example


Text Example

White with #328CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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