Html Css Color HEX #3344CC Free Speech Blue

📋 copy color: '#3344CC'

red 51 ◦ green 68 ◦ blue 204

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

Shades of Free Speech Blue #3344CC

Tints of Free Speech Blue #3344CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 15.79%
G = 21.05%
B = 63.16%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3344CC (or 0x3344CC) is known color: Free Speech Blue. HEX triplet: 33, 44 and CC. RGB value is (51,68,204). Sum of RGB (Red+Green+Blue) = 51+68+204=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #3344CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3344CC is #CCBB33. Grayscale: #4D4D4D. Windows color (decimal): -13417268 or 13386803. OLE color: 13386803.

HSL color Cylindrical-coordinate representation of color #3344CC: hue angle of 233.33º 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 #3344CC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 68 204 -
CMYK 0.75 0.67 0 0.2
HSL 233.33º 0.6% 0.5% -
HSV(B) 233.33º 0.75% 0.8% -
XYZ 14.33 9.2 58.15 -
YUV 78.42 198.87 108.44 -
System Red Green Blue C M Y K H S L
Decimal 51 68 204 0.75 0.67 0 0.2 233.33 0.6 0.5
Hex 33 44 CC 4B 43 0 14 E9 3C 32
Octal 63 104 314 113 103 0 24 351 74 62
Binary 110011 1000100 11001100 1001011 1000011 0 10100 11101001 111100 110010

Color Harmonies of #3344CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3344CC

Black with #3344CC

Text Example


Text Example

White with #3344CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3344CC; }

 p { color: rgb(51,68,204); }

 H1.HeaderClassName
 {
   color: #3344CC;
 }
 .AnyTagClassName
 {
   color: #3344CC;
 }
</style>

background-color css

<style>
 a { background-color: #3344CC; }

 a { background-color: rgb(51,68,204); }

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

border-color css

<style>
 span { border-color: #3344CC; }

 span { border-color: rgb(51,68,204); }

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