Html Css Color HEX #3273BC Curious Blue

📋 copy color: '#3273BC'

red 50 ◦ green 115 ◦ blue 188

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

Shades of Curious Blue #3273BC

Tints of Curious Blue #3273BC

RGB

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

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

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

R = 14.16%
G = 32.58%
B = 53.26%

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

#3273BC (or 0x3273BC) is known color: Curious Blue. HEX triplet: 32, 73 and BC. RGB value is (50,115,188). Sum of RGB (Red+Green+Blue) = 50+115+188=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #3273BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273BC is #CD8C43. Grayscale: #676767. Windows color (decimal): -13470788 or 12350258. OLE color: 12350258.

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

Color convert

RGB 50 115 188 -
CMYK 0.73 0.39 0 0.26
HSL 211.74º 0.58% 0.47% -
HSV(B) 211.74º 0.73% 0.74% -
XYZ 16.52 16.57 49.9 -
YUV 103.89 175.47 89.56 -
System Red Green Blue C M Y K H S L
Decimal 50 115 188 0.73 0.39 0 0.26 211.74 0.58 0.47
Hex 32 73 BC 49 27 0 1A D4 3A 2F
Octal 62 163 274 111 47 0 32 324 72 57
Binary 110010 1110011 10111100 1001001 100111 0 11010 11010100 111010 101111

Color Harmonies of #3273BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3273BC

Black with #3273BC

Text Example


Text Example

White with #3273BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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