Html Css Color HEX #328CBE Curious Blue

📋 copy color: '#328CBE'

red 50 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #328CBE

Tints of Curious Blue #328CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 13.16%
G = 36.84%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#328CBE (or 0x328CBE) is known color: Curious Blue. HEX triplet: 32, 8C and BE. RGB value is (50,140,190). Sum of RGB (Red+Green+Blue) = 50+140+190=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #328CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328CBE is #CD7341. Grayscale: #767676. Windows color (decimal): -13464386 or 12487730. OLE color: 12487730.

HSL color Cylindrical-coordinate representation of color #328CBE: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #328CBE is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 140 190 -
CMYK 0.74 0.26 0 0.25
HSL 201.43º 0.58% 0.47% -
HSV(B) 201.43º 0.74% 0.75% -
XYZ 19.99 23.15 52.13 -
YUV 118.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 50 140 190 0.74 0.26 0 0.25 201.43 0.58 0.47
Hex 32 8C BE 4A 1A 0 19 C9 3A 2F
Octal 62 214 276 112 32 0 31 311 72 57
Binary 110010 10001100 10111110 1001010 11010 0 11001 11001001 111010 101111

Color Harmonies of #328CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328CBE

Black with #328CBE

Text Example


Text Example

White with #328CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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