Html Css Color HEX #3272B8 Curious Blue

📋 copy color: '#3272B8'

red 50 ◦ green 114 ◦ blue 184

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

Shades of Curious Blue #3272B8

Tints of Curious Blue #3272B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.87%

R = 14.37%
G = 32.76%
B = 52.87%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3272B8 (or 0x3272B8) is known color: Curious Blue. HEX triplet: 32, 72 and B8. RGB value is (50,114,184). Sum of RGB (Red+Green+Blue) = 50+114+184=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #3272B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3272B8 is #CD8D47. Grayscale: #666666. Windows color (decimal): -13471048 or 12087858. OLE color: 12087858.

HSL color Cylindrical-coordinate representation of color #3272B8: hue angle of 211.34º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3272B8 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 50 114 184 -
CMYK 0.73 0.38 0 0.28
HSL 211.34º 0.57% 0.46% -
HSV(B) 211.34º 0.73% 0.72% -
XYZ 15.98 16.17 47.63 -
YUV 102.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 50 114 184 0.73 0.38 0 0.28 211.34 0.57 0.46
Hex 32 72 B8 49 26 0 1C D3 39 2E
Octal 62 162 270 111 46 0 34 323 71 56
Binary 110010 1110010 10111000 1001001 100110 0 11100 11010011 111001 101110

Color Harmonies of #3272B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3272B8

Black with #3272B8

Text Example


Text Example

White with #3272B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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