Html Css Color HEX #3379BC Curious Blue

📋 copy color: '#3379BC'

red 51 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #3379BC

Tints of Curious Blue #3379BC

RGB

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

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

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

R = 14.17%
G = 33.61%
B = 52.22%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3379BC (or 0x3379BC) is known color: Curious Blue. HEX triplet: 33, 79 and BC. RGB value is (51,121,188). Sum of RGB (Red+Green+Blue) = 51+121+188=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #3379BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379BC is #CC8643. Grayscale: #6B6B6B. Windows color (decimal): -13403716 or 12351795. OLE color: 12351795.

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

Color convert

RGB 51 121 188 -
CMYK 0.73 0.36 0 0.26
HSL 209.34º 0.57% 0.47% -
HSV(B) 209.34º 0.73% 0.74% -
XYZ 17.28 18.01 50.14 -
YUV 107.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 51 121 188 0.73 0.36 0 0.26 209.34 0.57 0.47
Hex 33 79 BC 49 24 0 1A D1 39 2F
Octal 63 171 274 111 44 0 32 321 71 57
Binary 110011 1111001 10111100 1001001 100100 0 11010 11010001 111001 101111

Color Harmonies of #3379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379BC

Black with #3379BC

Text Example


Text Example

White with #3379BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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