Html Css Color HEX #3343DD Free Speech Blue

📋 copy color: '#3343DD'

red 51 ◦ green 67 ◦ blue 221

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

Shades of Free Speech Blue #3343DD

Tints of Free Speech Blue #3343DD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 15.04%
G = 19.76%
B = 65.19%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3343DD (or 0x3343DD) is known color: Free Speech Blue. HEX triplet: 33, 43 and DD. RGB value is (51,67,221). Sum of RGB (Red+Green+Blue) = 51+67+221=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #3343DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343DD is #CCBC22. Grayscale: #4F4F4F. Windows color (decimal): -13417507 or 14500659. OLE color: 14500659.

HSL color Cylindrical-coordinate representation of color #3343DD: hue angle of 234.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3343DD is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 67 221 -
CMYK 0.77 0.70 0 0.13
HSL 234.35º 0.71% 0.53% -
HSV(B) 234.35º 0.77% 0.87% -
XYZ 16.42 9.94 69.46 -
YUV 79.77 207.7 107.48 -
System Red Green Blue C M Y K H S L
Decimal 51 67 221 0.77 0.70 0 0.13 234.35 0.71 0.53
Hex 33 43 DD 4D 46 0 D EA 47 35
Octal 63 103 335 115 106 0 15 352 107 65
Binary 110011 1000011 11011101 1001101 1000110 0 1101 11101010 1000111 110101

Color Harmonies of #3343DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3343DD

Black with #3343DD

Text Example


Text Example

White with #3343DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3343DD; }

 p { color: rgb(51,67,221); }

 H1.HeaderClassName
 {
   color: #3343DD;
 }
 .AnyTagClassName
 {
   color: #3343DD;
 }
</style>

background-color css

<style>
 a { background-color: #3343DD; }

 a { background-color: rgb(51,67,221); }

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

border-color css

<style>
 span { border-color: #3343DD; }

 span { border-color: rgb(51,67,221); }

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