Html Css Color HEX #3376BB Curious Blue

📋 copy color: '#3376BB'

red 51 ◦ green 118 ◦ blue 187

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

Shades of Curious Blue #3376BB

Tints of Curious Blue #3376BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 14.33%
G = 33.15%
B = 52.53%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3376BB (or 0x3376BB) is known color: Curious Blue. HEX triplet: 33, 76 and BB. RGB value is (51,118,187). Sum of RGB (Red+Green+Blue) = 51+118+187=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #3376BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376BB is #CC8944. Grayscale: #696969. Windows color (decimal): -13404485 or 12285491. OLE color: 12285491.

HSL color Cylindrical-coordinate representation of color #3376BB: hue angle of 210.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3376BB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 118 187 -
CMYK 0.73 0.37 0 0.27
HSL 210.44º 0.57% 0.47% -
HSV(B) 210.44º 0.73% 0.73% -
XYZ 16.81 17.25 49.46 -
YUV 105.83 173.8 88.89 -
System Red Green Blue C M Y K H S L
Decimal 51 118 187 0.73 0.37 0 0.27 210.44 0.57 0.47
Hex 33 76 BB 49 25 0 1B D2 39 2F
Octal 63 166 273 111 45 0 33 322 71 57
Binary 110011 1110110 10111011 1001001 100101 0 11011 11010010 111001 101111

Color Harmonies of #3376BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3376BB

Black with #3376BB

Text Example


Text Example

White with #3376BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,118,187); }

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

background-color css

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

 a { background-color: rgb(51,118,187); }

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

border-color css

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

 span { border-color: rgb(51,118,187); }

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