Html Css Color HEX #3A4DBB Free Speech Blue

📋 copy color: '#3A4DBB'

red 58 ◦ green 77 ◦ blue 187

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

Shades of Free Speech Blue #3A4DBB

Tints of Free Speech Blue #3A4DBB

RGB

 RED value IS 58 (23.05% from 255) = 18.01%

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 187 (73.44% from 255) = 58.07%

R = 18.01%
G = 23.91%
B = 58.07%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A4DBB (or 0x3A4DBB) is known color: Free Speech Blue. HEX triplet: 3A, 4D and BB. RGB value is (58,77,187). Sum of RGB (Red+Green+Blue) = 58+77+187=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A4DBB is #C5B244. Grayscale: #535353. Windows color (decimal): -12956229 or 12275002. OLE color: 12275002.

HSL color Cylindrical-coordinate representation of color #3A4DBB: hue angle of 231.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A4DBB is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 77 187 -
CMYK 0.69 0.59 0 0.27
HSL 231.16º 0.53% 0.48% -
HSV(B) 231.16º 0.69% 0.73% -
XYZ 13.37 9.8 48.2 -
YUV 83.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 58 77 187 0.69 0.59 0 0.27 231.16 0.53 0.48
Hex 3A 4D BB 45 3B 0 1B E7 35 30
Octal 72 115 273 105 73 0 33 347 65 60
Binary 111010 1001101 10111011 1000101 111011 0 11011 11100111 110101 110000

Color Harmonies of #3A4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4DBB

Black with #3A4DBB

Text Example


Text Example

White with #3A4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4DBB; }

 p { color: rgb(58,77,187); }

 H1.HeaderClassName
 {
   color: #3A4DBB;
 }
 .AnyTagClassName
 {
   color: #3A4DBB;
 }
</style>

background-color css

<style>
 a { background-color: #3A4DBB; }

 a { background-color: rgb(58,77,187); }

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

border-color css

<style>
 span { border-color: #3A4DBB; }

 span { border-color: rgb(58,77,187); }

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