Html Css Color HEX #3274BA Curious Blue

📋 copy color: '#3274BA'

red 50 ◦ green 116 ◦ blue 186

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

Shades of Curious Blue #3274BA

Tints of Curious Blue #3274BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 14.2%
G = 32.95%
B = 52.84%

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

#3274BA (or 0x3274BA) is known color: Curious Blue. HEX triplet: 32, 74 and BA. RGB value is (50,116,186). Sum of RGB (Red+Green+Blue) = 50+116+186=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3274BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274BA is #CD8B45. Grayscale: #676767. Windows color (decimal): -13470534 or 12219442. OLE color: 12219442.

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

Color convert

RGB 50 116 186 -
CMYK 0.73 0.38 0 0.27
HSL 210.88º 0.58% 0.46% -
HSV(B) 210.88º 0.73% 0.73% -
XYZ 16.42 16.71 48.81 -
YUV 104.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 50 116 186 0.73 0.38 0 0.27 210.88 0.58 0.46
Hex 32 74 BA 49 26 0 1B D3 3A 2E
Octal 62 164 272 111 46 0 33 323 72 56
Binary 110010 1110100 10111010 1001001 100110 0 11011 11010011 111010 101110

Color Harmonies of #3274BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3274BA

Black with #3274BA

Text Example


Text Example

White with #3274BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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