Html Css Color HEX #3272BC Curious Blue

📋 copy color: '#3272BC'

red 50 ◦ green 114 ◦ blue 188

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

Shades of Curious Blue #3272BC

Tints of Curious Blue #3272BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 14.2%
G = 32.39%
B = 53.41%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3272BC (or 0x3272BC) is known color: Curious Blue. HEX triplet: 32, 72 and BC. RGB value is (50,114,188). Sum of RGB (Red+Green+Blue) = 50+114+188=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #3272BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272BC is #CD8D43. Grayscale: #666666. Windows color (decimal): -13471044 or 12350002. OLE color: 12350002.

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

Color convert

RGB 50 114 188 -
CMYK 0.73 0.39 0 0.26
HSL 212.17º 0.58% 0.47% -
HSV(B) 212.17º 0.73% 0.74% -
XYZ 16.41 16.34 49.87 -
YUV 103.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 50 114 188 0.73 0.39 0 0.26 212.17 0.58 0.47
Hex 32 72 BC 49 27 0 1A D4 3A 2F
Octal 62 162 274 111 47 0 32 324 72 57
Binary 110010 1110010 10111100 1001001 100111 0 11010 11010100 111010 101111

Color Harmonies of #3272BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272BC

Black with #3272BC

Text Example


Text Example

White with #3272BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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