Html Css Color HEX #3279BB Curious Blue

📋 copy color: '#3279BB'

red 50 ◦ green 121 ◦ blue 187

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

Shades of Curious Blue #3279BB

Tints of Curious Blue #3279BB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 13.97%
G = 33.8%
B = 52.23%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3279BB (or 0x3279BB) is known color: Curious Blue. HEX triplet: 32, 79 and BB. RGB value is (50,121,187). Sum of RGB (Red+Green+Blue) = 50+121+187=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #3279BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3279BB is #CD8644. Grayscale: #6A6A6A. Windows color (decimal): -13469253 or 12286258. OLE color: 12286258.

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

Color convert

RGB 50 121 187 -
CMYK 0.73 0.35 0 0.27
HSL 208.91º 0.58% 0.46% -
HSV(B) 208.91º 0.73% 0.73% -
XYZ 17.12 17.94 49.57 -
YUV 107.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 50 121 187 0.73 0.35 0 0.27 208.91 0.58 0.46
Hex 32 79 BB 49 23 0 1B D1 3A 2E
Octal 62 171 273 111 43 0 33 321 72 56
Binary 110010 1111001 10111011 1001001 100011 0 11011 11010001 111010 101110

Color Harmonies of #3279BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3279BB

Black with #3279BB

Text Example


Text Example

White with #3279BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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