Html Css Color HEX #3377BD Curious Blue

📋 copy color: '#3377BD'

red 51 ◦ green 119 ◦ blue 189

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

Shades of Curious Blue #3377BD

Tints of Curious Blue #3377BD

RGB

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

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

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

R = 14.21%
G = 33.15%
B = 52.65%

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

#3377BD (or 0x3377BD) is known color: Curious Blue. HEX triplet: 33, 77 and BD. RGB value is (51,119,189). Sum of RGB (Red+Green+Blue) = 51+119+189=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #3377BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3377BD is #CC8842. Grayscale: #6A6A6A. Windows color (decimal): -13404227 or 12416819. OLE color: 12416819.

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

Color convert

RGB 51 119 189 -
CMYK 0.73 0.37 0 0.26
HSL 210.43º 0.58% 0.47% -
HSV(B) 210.43º 0.73% 0.74% -
XYZ 17.15 17.57 50.63 -
YUV 106.65 174.47 88.31 -
System Red Green Blue C M Y K H S L
Decimal 51 119 189 0.73 0.37 0 0.26 210.43 0.58 0.47
Hex 33 77 BD 49 25 0 1A D2 3A 2F
Octal 63 167 275 111 45 0 32 322 72 57
Binary 110011 1110111 10111101 1001001 100101 0 11010 11010010 111010 101111

Color Harmonies of #3377BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3377BD

Black with #3377BD

Text Example


Text Example

White with #3377BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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