Html Css Color HEX #3273BA Curious Blue

📋 copy color: '#3273BA'

red 50 ◦ green 115 ◦ blue 186

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

Shades of Curious Blue #3273BA

Tints of Curious Blue #3273BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

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

R = 14.25%
G = 32.76%
B = 52.99%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3273BA (or 0x3273BA) is known color: Curious Blue. HEX triplet: 32, 73 and BA. RGB value is (50,115,186). Sum of RGB (Red+Green+Blue) = 50+115+186=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #3273BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273BA is #CD8C45. Grayscale: #676767. Windows color (decimal): -13470790 or 12219186. OLE color: 12219186.

HSL color Cylindrical-coordinate representation of color #3273BA: hue angle of 211.32º 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 #3273BA is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 115 186 -
CMYK 0.73 0.38 0 0.27
HSL 211.32º 0.58% 0.46% -
HSV(B) 211.32º 0.73% 0.73% -
XYZ 16.31 16.48 48.78 -
YUV 103.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 50 115 186 0.73 0.38 0 0.27 211.32 0.58 0.46
Hex 32 73 BA 49 26 0 1B D3 3A 2E
Octal 62 163 272 111 46 0 33 323 72 56
Binary 110010 1110011 10111010 1001001 100110 0 11011 11010011 111010 101110

Color Harmonies of #3273BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3273BA

Black with #3273BA

Text Example


Text Example

White with #3273BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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