Html Css Color HEX #328BCA Curious Blue

📋 copy color: '#328BCA'

red 50 ◦ green 139 ◦ blue 202

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

Shades of Curious Blue #328BCA

Tints of Curious Blue #328BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 202 (79.3% from 255) = 51.66%

R = 12.79%
G = 35.55%
B = 51.66%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#328BCA (or 0x328BCA) is known color: Curious Blue. HEX triplet: 32, 8B and CA. RGB value is (50,139,202). Sum of RGB (Red+Green+Blue) = 50+139+202=391 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.79% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #328BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328BCA is #CD7435. Grayscale: #777777. Windows color (decimal): -13464630 or 13273906. OLE color: 13273906.

HSL color Cylindrical-coordinate representation of color #328BCA: hue angle of 204.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #328BCA is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 139 202 -
CMYK 0.75 0.31 0 0.21
HSL 204.87º 0.6% 0.49% -
HSV(B) 204.87º 0.75% 0.79% -
XYZ 21.21 23.41 59.28 -
YUV 119.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 50 139 202 0.75 0.31 0 0.21 204.87 0.6 0.49
Hex 32 8B CA 4B 1F 0 15 CD 3C 31
Octal 62 213 312 113 37 0 25 315 74 61
Binary 110010 10001011 11001010 1001011 11111 0 10101 11001101 111100 110001

Color Harmonies of #328BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328BCA

Black with #328BCA

Text Example


Text Example

White with #328BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,139,202); }

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

background-color css

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

 a { background-color: rgb(50,139,202); }

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

border-color css

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

 span { border-color: rgb(50,139,202); }

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