Html Css Color HEX #3E30CD Free Speech Blue

📋 copy color: '#3E30CD'

red 62 ◦ green 48 ◦ blue 205

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

Shades of Free Speech Blue #3E30CD

Tints of Free Speech Blue #3E30CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 205 (80.47% from 255) = 65.08%

R = 19.68%
G = 15.24%
B = 65.08%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E30CD (or 0x3E30CD) is known color: Free Speech Blue. HEX triplet: 3E, 30 and CD. RGB value is (62,48,205). Sum of RGB (Red+Green+Blue) = 62+48+205=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E30CD is #C1CF32. Grayscale: #454545. Windows color (decimal): -12701491 or 13447230. OLE color: 13447230.

HSL color Cylindrical-coordinate representation of color #3E30CD: hue angle of 245.35º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E30CD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 48 205 -
CMYK 0.70 0.77 0 0.20
HSL 245.35º 0.62% 0.5% -
HSV(B) 245.35º 0.77% 0.8% -
XYZ 14.06 7.55 58.47 -
YUV 70.08 204.14 122.23 -
System Red Green Blue C M Y K H S L
Decimal 62 48 205 0.70 0.77 0 0.20 245.35 0.62 0.5
Hex 3E 30 CD 46 4D 0 14 F5 3E 32
Octal 76 60 315 106 115 0 24 365 76 62
Binary 111110 110000 11001101 1000110 1001101 0 10100 11110101 111110 110010

Color Harmonies of #3E30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E30CD

Black with #3E30CD

Text Example


Text Example

White with #3E30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,48,205); }

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

background-color css

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

 a { background-color: rgb(62,48,205); }

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

border-color css

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

 span { border-color: rgb(62,48,205); }

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