Html Css Color HEX #3377BC Curious Blue

📋 copy color: '#3377BC'

red 51 ◦ green 119 ◦ blue 188

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

Shades of Curious Blue #3377BC

Tints of Curious Blue #3377BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 14.25%
G = 33.24%
B = 52.51%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3377BC (or 0x3377BC) is known color: Curious Blue. HEX triplet: 33, 77 and BC. RGB value is (51,119,188). Sum of RGB (Red+Green+Blue) = 51+119+188=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3377BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377BC is #CC8843. Grayscale: #6A6A6A. Windows color (decimal): -13404228 or 12351283. OLE color: 12351283.

HSL color Cylindrical-coordinate representation of color #3377BC: hue angle of 210.22º 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 #3377BC is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 119 188 -
CMYK 0.73 0.37 0 0.26
HSL 210.22º 0.57% 0.47% -
HSV(B) 210.22º 0.73% 0.74% -
XYZ 17.04 17.53 50.06 -
YUV 106.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 51 119 188 0.73 0.37 0 0.26 210.22 0.57 0.47
Hex 33 77 BC 49 25 0 1A D2 39 2F
Octal 63 167 274 111 45 0 32 322 71 57
Binary 110011 1110111 10111100 1001001 100101 0 11010 11010010 111001 101111

Color Harmonies of #3377BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377BC

Black with #3377BC

Text Example


Text Example

White with #3377BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3377BC; }

 p { color: rgb(51,119,188); }

 H1.HeaderClassName
 {
   color: #3377BC;
 }
 .AnyTagClassName
 {
   color: #3377BC;
 }
</style>

background-color css

<style>
 a { background-color: #3377BC; }

 a { background-color: rgb(51,119,188); }

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

border-color css

<style>
 span { border-color: #3377BC; }

 span { border-color: rgb(51,119,188); }

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