Html Css Color HEX #3A4CCC Free Speech Blue

📋 copy color: '#3A4CCC'

red 58 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #3A4CCC

Tints of Free Speech Blue #3A4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 17.16%
G = 22.49%
B = 60.36%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A4CCC (or 0x3A4CCC) is known color: Free Speech Blue. HEX triplet: 3A, 4C and CC. RGB value is (58,76,204). Sum of RGB (Red+Green+Blue) = 58+76+204=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 204 (80.08% from 255 or 60.36% from 338); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A4CCC is #C5B333. Grayscale: #545454. Windows color (decimal): -12956468 or 13388858. OLE color: 13388858.

HSL color Cylindrical-coordinate representation of color #3A4CCC: hue angle of 232.6º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A4CCC is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 76 204 -
CMYK 0.72 0.63 0 0.2
HSL 232.6º 0.59% 0.51% -
HSV(B) 232.6º 0.72% 0.8% -
XYZ 15.23 10.43 58.34 -
YUV 85.21 195.04 108.59 -
System Red Green Blue C M Y K H S L
Decimal 58 76 204 0.72 0.63 0 0.2 232.6 0.59 0.51
Hex 3A 4C CC 48 3F 0 14 E9 3B 33
Octal 72 114 314 110 77 0 24 351 73 63
Binary 111010 1001100 11001100 1001000 111111 0 10100 11101001 111011 110011

Color Harmonies of #3A4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4CCC

Black with #3A4CCC

Text Example


Text Example

White with #3A4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,76,204); }

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

background-color css

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

 a { background-color: rgb(58,76,204); }

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

border-color css

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

 span { border-color: rgb(58,76,204); }

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