#3379CB

Color #3379CB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3379CB

Tints of Curious Blue #3379CB

Color information

#3379CB (or 0x3379CB) is unknown color: approx Curious Blue. HEX triplet: 33, 79 and CB. RGB value is (51,121,203). Sum of RGB (Red+Green+Blue) = 51+121+203=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #3379CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379CB is #CC8634. Grayscale: #6D6D6D. Windows color (decimal): -13403701 or 13334835. OLE color: 13334835.

HSL color Cylindrical-coordinate representation of color #3379CB: hue angle of 212.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3379CB is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51121203-
CMYK0.750.4000.20
HSL212.37º59.84%49.8%-
HSV(B)212.37º74.88%79.61%-
XYZ18.9818.6959.11-
YUV109.42180.8186.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=13.6%
G=32.27%
B=54.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511212030.750.4000.20212.3759.8449.8
Hex3379CB4B28014d43c32
Octal63171313113500243247462
Binary110011111100111001011100101110100001010011010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3379CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3379CB;
 }
 .AnyTagClassName
 {
   color: #3379CB;
 }
</style>
background-color css

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

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

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

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

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

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