Html Css Color HEX #328FCF Curious Blue

📋 copy color: '#328FCF'

red 50 ◦ green 143 ◦ blue 207

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

Shades of Curious Blue #328FCF

Tints of Curious Blue #328FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

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

R = 12.5%
G = 35.75%
B = 51.75%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#328FCF (or 0x328FCF) is known color: Curious Blue. HEX triplet: 32, 8F and CF. RGB value is (50,143,207). Sum of RGB (Red+Green+Blue) = 50+143+207=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #328FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FCF is #CD7030. Grayscale: #7A7A7A. Windows color (decimal): -13463601 or 13602610. OLE color: 13602610.

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

Color convert

RGB 50 143 207 -
CMYK 0.76 0.31 0 0.19
HSL 204.46º 0.62% 0.5% -
HSV(B) 204.46º 0.76% 0.81% -
XYZ 22.4 24.83 62.64 -
YUV 122.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 50 143 207 0.76 0.31 0 0.19 204.46 0.62 0.5
Hex 32 8F CF 4C 1F 0 13 CC 3E 32
Octal 62 217 317 114 37 0 23 314 76 62
Binary 110010 10001111 11001111 1001100 11111 0 10011 11001100 111110 110010

Color Harmonies of #328FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FCF

Black with #328FCF

Text Example


Text Example

White with #328FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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