Html Css Color HEX #3274BB Curious Blue

📋 copy color: '#3274BB'

red 50 ◦ green 116 ◦ blue 187

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

Shades of Curious Blue #3274BB

Tints of Curious Blue #3274BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 14.16%
G = 32.86%
B = 52.97%

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

#3274BB (or 0x3274BB) is known color: Curious Blue. HEX triplet: 32, 74 and BB. RGB value is (50,116,187). Sum of RGB (Red+Green+Blue) = 50+116+187=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #3274BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274BB is #CD8B44. Grayscale: #686868. Windows color (decimal): -13470533 or 12284978. OLE color: 12284978.

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

Color convert

RGB 50 116 187 -
CMYK 0.73 0.38 0 0.27
HSL 211.09º 0.58% 0.46% -
HSV(B) 211.09º 0.73% 0.73% -
XYZ 16.53 16.76 49.38 -
YUV 104.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 50 116 187 0.73 0.38 0 0.27 211.09 0.58 0.46
Hex 32 74 BB 49 26 0 1B D3 3A 2E
Octal 62 164 273 111 46 0 33 323 72 56
Binary 110010 1110100 10111011 1001001 100110 0 11011 11010011 111010 101110

Color Harmonies of #3274BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3274BB

Black with #3274BB

Text Example


Text Example

White with #3274BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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