Html Css Color HEX #3277BD Curious Blue

📋 copy color: '#3277BD'

red 50 ◦ green 119 ◦ blue 189

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

Shades of Curious Blue #3277BD

Tints of Curious Blue #3277BD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 13.97%
G = 33.24%
B = 52.79%

CMYK

 C value IS 0.74

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3277BD (or 0x3277BD) is known color: Curious Blue. HEX triplet: 32, 77 and BD. RGB value is (50,119,189). Sum of RGB (Red+Green+Blue) = 50+119+189=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3277BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3277BD is #CD8842. Grayscale: #6A6A6A. Windows color (decimal): -13469763 or 12416818. OLE color: 12416818.

HSL color Cylindrical-coordinate representation of color #3277BD: hue angle of 210.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3277BD is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 119 189 -
CMYK 0.74 0.37 0 0.26
HSL 210.22º 0.58% 0.47% -
HSV(B) 210.22º 0.74% 0.74% -
XYZ 17.1 17.55 50.63 -
YUV 106.35 174.64 87.81 -
System Red Green Blue C M Y K H S L
Decimal 50 119 189 0.74 0.37 0 0.26 210.22 0.58 0.47
Hex 32 77 BD 4A 25 0 1A D2 3A 2F
Octal 62 167 275 112 45 0 32 322 72 57
Binary 110010 1110111 10111101 1001010 100101 0 11010 11010010 111010 101111

Color Harmonies of #3277BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3277BD

Black with #3277BD

Text Example


Text Example

White with #3277BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3277BD; }

 p { color: rgb(50,119,189); }

 H1.HeaderClassName
 {
   color: #3277BD;
 }
 .AnyTagClassName
 {
   color: #3277BD;
 }
</style>

background-color css

<style>
 a { background-color: #3277BD; }

 a { background-color: rgb(50,119,189); }

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

border-color css

<style>
 span { border-color: #3277BD; }

 span { border-color: rgb(50,119,189); }

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