Html Css Color HEX #3379B3 Curious Blue

📋 copy color: '#3379B3'

red 51 ◦ green 121 ◦ blue 179

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

Shades of Curious Blue #3379B3

Tints of Curious Blue #3379B3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 179 (70.31% from 255) = 51%

R = 14.53%
G = 34.47%
B = 51%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3379B3 (or 0x3379B3) is known color: Curious Blue. HEX triplet: 33, 79 and B3. RGB value is (51,121,179). Sum of RGB (Red+Green+Blue) = 51+121+179=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3379B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379B3 is #CC864C. Grayscale: #6A6A6A. Windows color (decimal): -13403725 or 11761971. OLE color: 11761971.

HSL color Cylindrical-coordinate representation of color #3379B3: hue angle of 207.19º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3379B3 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 121 179 -
CMYK 0.72 0.32 0 0.30
HSL 207.19º 0.56% 0.45% -
HSV(B) 207.19º 0.72% 0.7% -
XYZ 16.34 17.63 45.19 -
YUV 106.68 168.81 88.28 -
System Red Green Blue C M Y K H S L
Decimal 51 121 179 0.72 0.32 0 0.30 207.19 0.56 0.45
Hex 33 79 B3 48 20 0 1E CF 38 2D
Octal 63 171 263 110 40 0 36 317 70 55
Binary 110011 1111001 10110011 1001000 100000 0 11110 11001111 111000 101101

Color Harmonies of #3379B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379B3

Black with #3379B3

Text Example


Text Example

White with #3379B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3379B3; }

 p { color: rgb(51,121,179); }

 H1.HeaderClassName
 {
   color: #3379B3;
 }
 .AnyTagClassName
 {
   color: #3379B3;
 }
</style>

background-color css

<style>
 a { background-color: #3379B3; }

 a { background-color: rgb(51,121,179); }

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

border-color css

<style>
 span { border-color: #3379B3; }

 span { border-color: rgb(51,121,179); }

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