Html Css Color HEX #3272BA Curious Blue

📋 copy color: '#3272BA'

red 50 ◦ green 114 ◦ blue 186

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

Shades of Curious Blue #3272BA

Tints of Curious Blue #3272BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 14.29%
G = 32.57%
B = 53.14%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3272BA (or 0x3272BA) is known color: Curious Blue. HEX triplet: 32, 72 and BA. RGB value is (50,114,186). Sum of RGB (Red+Green+Blue) = 50+114+186=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #3272BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272BA is #CD8D45. Grayscale: #666666. Windows color (decimal): -13471046 or 12218930. OLE color: 12218930.

HSL color Cylindrical-coordinate representation of color #3272BA: hue angle of 211.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3272BA is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 114 186 -
CMYK 0.73 0.39 0 0.27
HSL 211.76º 0.58% 0.46% -
HSV(B) 211.76º 0.73% 0.73% -
XYZ 16.2 16.26 48.74 -
YUV 103.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 50 114 186 0.73 0.39 0 0.27 211.76 0.58 0.46
Hex 32 72 BA 49 27 0 1B D4 3A 2E
Octal 62 162 272 111 47 0 33 324 72 56
Binary 110010 1110010 10111010 1001001 100111 0 11011 11010100 111010 101110

Color Harmonies of #3272BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272BA

Black with #3272BA

Text Example


Text Example

White with #3272BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3272BA; }

 p { color: rgb(50,114,186); }

 H1.HeaderClassName
 {
   color: #3272BA;
 }
 .AnyTagClassName
 {
   color: #3272BA;
 }
</style>

background-color css

<style>
 a { background-color: #3272BA; }

 a { background-color: rgb(50,114,186); }

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

border-color css

<style>
 span { border-color: #3272BA; }

 span { border-color: rgb(50,114,186); }

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