Html Css Color HEX #3379CB Curious Blue

📋 copy color: '#3379CB'

red 51 ◦ green 121 ◦ blue 203

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

Shades of Curious Blue #3379CB

Tints of Curious Blue #3379CB

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 value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3379CB (or 0x3379CB) is known color: 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

RGB 51 121 203 -
CMYK 0.75 0.40 0 0.20
HSL 212.37º 0.6% 0.5% -
HSV(B) 212.37º 0.75% 0.8% -
XYZ 18.98 18.69 59.11 -
YUV 109.42 180.81 86.33 -
System Red Green Blue C M Y K H S L
Decimal 51 121 203 0.75 0.40 0 0.20 212.37 0.6 0.5
Hex 33 79 CB 4B 28 0 14 D4 3C 32
Octal 63 171 313 113 50 0 24 324 74 62
Binary 110011 1111001 11001011 1001011 101000 0 10100 11010100 111100 110010

Color Harmonies of #3379CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3379CB

Black with #3379CB

Text Example


Text Example

White with #3379CB

Text Example


Text Example

HTML Codes & Css Web 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>