Html Css Color HEX #3438DD Free Speech Blue

📋 copy color: '#3438DD'

red 52 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Blue #3438DD

Tints of Free Speech Blue #3438DD

RGB

 RED value IS 52 (20.7% from 255) = 15.81%

 GREEN value IS 56 (22.27% from 255) = 17.02%

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

R = 15.81%
G = 17.02%
B = 67.17%

CMYK

 C value IS 0.76

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3438DD (or 0x3438DD) is known color: Free Speech Blue. HEX triplet: 34, 38 and DD. RGB value is (52,56,221). Sum of RGB (Red+Green+Blue) = 52+56+221=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #3438DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3438DD is #CBC722. Grayscale: #484848. Windows color (decimal): -13354787 or 14497844. OLE color: 14497844.

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

Color convert

RGB 52 56 221 -
CMYK 0.76 0.75 0 0.13
HSL 238.58º 0.71% 0.54% -
HSV(B) 238.58º 0.76% 0.87% -
XYZ 15.88 8.78 69.26 -
YUV 73.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 52 56 221 0.76 0.75 0 0.13 238.58 0.71 0.54
Hex 34 38 DD 4C 4B 0 D EF 47 36
Octal 64 70 335 114 113 0 15 357 107 66
Binary 110100 111000 11011101 1001100 1001011 0 1101 11101111 1000111 110110

Color Harmonies of #3438DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3438DD

Black with #3438DD

Text Example


Text Example

White with #3438DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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