Html Css Color HEX #328FCB Curious Blue

📋 copy color: '#328FCB'

red 50 ◦ green 143 ◦ blue 203

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

Shades of Curious Blue #328FCB

Tints of Curious Blue #328FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 12.63%
G = 36.11%
B = 51.26%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#328FCB (or 0x328FCB) is known color: Curious Blue. HEX triplet: 32, 8F and CB. RGB value is (50,143,203). Sum of RGB (Red+Green+Blue) = 50+143+203=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #328FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328FCB is #CD7034. Grayscale: #797979. Windows color (decimal): -13463605 or 13340466. OLE color: 13340466.

HSL color Cylindrical-coordinate representation of color #328FCB: hue angle of 203.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328FCB is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 143 203 -
CMYK 0.75 0.30 0 0.20
HSL 203.53º 0.6% 0.5% -
HSV(B) 203.53º 0.75% 0.8% -
XYZ 21.92 24.63 60.1 -
YUV 122.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 50 143 203 0.75 0.30 0 0.20 203.53 0.6 0.5
Hex 32 8F CB 4B 1E 0 14 CC 3C 32
Octal 62 217 313 113 36 0 24 314 74 62
Binary 110010 10001111 11001011 1001011 11110 0 10100 11001100 111100 110010

Color Harmonies of #328FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FCB

Black with #328FCB

Text Example


Text Example

White with #328FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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