Html Css Color HEX #3E48CC Free Speech Blue

📋 copy color: '#3E48CC'

red 62 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Blue #3E48CC

Tints of Free Speech Blue #3E48CC

RGB

 RED value IS 62 (24.61% from 255) = 18.34%

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

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

R = 18.34%
G = 21.3%
B = 60.36%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3E48CC (or 0x3E48CC) is known color: Free Speech Blue. HEX triplet: 3E, 48 and CC. RGB value is (62,72,204). Sum of RGB (Red+Green+Blue) = 62+72+204=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 72 (28.52% from 255 or 21.30% 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 #3E48CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E48CC is #C1B733. Grayscale: #535353. Windows color (decimal): -12695348 or 13387838. OLE color: 13387838.

HSL color Cylindrical-coordinate representation of color #3E48CC: hue angle of 235.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E48CC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 62 72 204 -
CMYK 0.70 0.65 0 0.2
HSL 235.77º 0.58% 0.52% -
HSV(B) 235.77º 0.7% 0.8% -
XYZ 15.2 10.02 58.26 -
YUV 84.06 195.69 112.27 -
System Red Green Blue C M Y K H S L
Decimal 62 72 204 0.70 0.65 0 0.2 235.77 0.58 0.52
Hex 3E 48 CC 46 41 0 14 EC 3A 34
Octal 76 110 314 106 101 0 24 354 72 64
Binary 111110 1001000 11001100 1000110 1000001 0 10100 11101100 111010 110100

Color Harmonies of #3E48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E48CC

Black with #3E48CC

Text Example


Text Example

White with #3E48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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