Html Css Color HEX #3371BD Curious Blue

📋 copy color: '#3371BD'

red 51 ◦ green 113 ◦ blue 189

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

Shades of Curious Blue #3371BD

Tints of Curious Blue #3371BD

RGB

 RED value IS 51 (20.31% from 255) = 14.45%

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 14.45%
G = 32.01%
B = 53.54%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3371BD (or 0x3371BD) is known color: Curious Blue. HEX triplet: 33, 71 and BD. RGB value is (51,113,189). Sum of RGB (Red+Green+Blue) = 51+113+189=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #3371BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371BD is #CC8E42. Grayscale: #666666. Windows color (decimal): -13405763 or 12415283. OLE color: 12415283.

HSL color Cylindrical-coordinate representation of color #3371BD: hue angle of 213.04º degrees, saturation: 0.57, 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 #3371BD is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 113 189 -
CMYK 0.73 0.40 0 0.26
HSL 213.04º 0.58% 0.47% -
HSV(B) 213.04º 0.73% 0.74% -
XYZ 16.46 16.19 50.4 -
YUV 103.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 51 113 189 0.73 0.40 0 0.26 213.04 0.58 0.47
Hex 33 71 BD 49 28 0 1A D5 3A 2F
Octal 63 161 275 111 50 0 32 325 72 57
Binary 110011 1110001 10111101 1001001 101000 0 11010 11010101 111010 101111

Color Harmonies of #3371BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371BD

Black with #3371BD

Text Example


Text Example

White with #3371BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,113,189); }

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

background-color css

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

 a { background-color: rgb(51,113,189); }

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

border-color css

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

 span { border-color: rgb(51,113,189); }

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