Html Css Color HEX #3833DD Free Speech Blue

📋 copy color: '#3833DD'

red 56 ◦ green 51 ◦ blue 221

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

Shades of Free Speech Blue #3833DD

Tints of Free Speech Blue #3833DD

RGB

 RED value IS 56 (22.27% from 255) = 17.07%

 GREEN value IS 51 (20.31% from 255) = 15.55%

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

R = 17.07%
G = 15.55%
B = 67.38%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3833DD (or 0x3833DD) is known color: Free Speech Blue. HEX triplet: 38, 33 and DD. RGB value is (56,51,221). Sum of RGB (Red+Green+Blue) = 56+51+221=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #3833DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3833DD is #C7CC22. Grayscale: #474747. Windows color (decimal): -13093923 or 14496568. OLE color: 14496568.

HSL color Cylindrical-coordinate representation of color #3833DD: hue angle of 241.76º 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 #3833DD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 51 221 -
CMYK 0.75 0.77 0 0.13
HSL 241.76º 0.71% 0.53% -
HSV(B) 241.76º 0.77% 0.87% -
XYZ 15.87 8.43 69.2 -
YUV 71.88 212.16 116.68 -
System Red Green Blue C M Y K H S L
Decimal 56 51 221 0.75 0.77 0 0.13 241.76 0.71 0.53
Hex 38 33 DD 4B 4D 0 D F2 47 35
Octal 70 63 335 113 115 0 15 362 107 65
Binary 111000 110011 11011101 1001011 1001101 0 1101 11110010 1000111 110101

Color Harmonies of #3833DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3833DD

Black with #3833DD

Text Example


Text Example

White with #3833DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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