Html Css Color HEX #3A48CC Free Speech Blue

📋 copy color: '#3A48CC'

red 58 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Blue #3A48CC

Tints of Free Speech Blue #3A48CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 17.37%
G = 21.56%
B = 61.08%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A48CC (or 0x3A48CC) is known color: Free Speech Blue. HEX triplet: 3A, 48 and CC. RGB value is (58,72,204). Sum of RGB (Red+Green+Blue) = 58+72+204=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A48CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A48CC is #C5B733. Grayscale: #525252. Windows color (decimal): -12957492 or 13387834. OLE color: 13387834.

HSL color Cylindrical-coordinate representation of color #3A48CC: hue angle of 234.25º 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 #3A48CC is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 72 204 -
CMYK 0.72 0.65 0 0.2
HSL 234.25º 0.59% 0.51% -
HSV(B) 234.25º 0.72% 0.8% -
XYZ 14.96 9.89 58.25 -
YUV 82.86 196.36 110.27 -
System Red Green Blue C M Y K H S L
Decimal 58 72 204 0.72 0.65 0 0.2 234.25 0.59 0.51
Hex 3A 48 CC 48 41 0 14 EA 3B 33
Octal 72 110 314 110 101 0 24 352 73 63
Binary 111010 1001000 11001100 1001000 1000001 0 10100 11101010 111011 110011

Color Harmonies of #3A48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A48CC

Black with #3A48CC

Text Example


Text Example

White with #3A48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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