Html Css Color HEX #3E41CA Free Speech Blue

📋 copy color: '#3E41CA'

red 62 ◦ green 65 ◦ blue 202

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

Shades of Free Speech Blue #3E41CA

Tints of Free Speech Blue #3E41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

 BLUE value IS 202 (79.3% from 255) = 61.4%

R = 18.84%
G = 19.76%
B = 61.4%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3E41CA (or 0x3E41CA) is known color: Free Speech Blue. HEX triplet: 3E, 41 and CA. RGB value is (62,65,202). Sum of RGB (Red+Green+Blue) = 62+65+202=329 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.84% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E41CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E41CA is #C1BE35. Grayscale: #4F4F4F. Windows color (decimal): -12697142 or 13254974. OLE color: 13254974.

HSL color Cylindrical-coordinate representation of color #3E41CA: hue angle of 238.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E41CA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 62 65 202 -
CMYK 0.69 0.68 0 0.21
HSL 238.71º 0.57% 0.52% -
HSV(B) 238.71º 0.69% 0.79% -
XYZ 14.54 9.07 56.86 -
YUV 79.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 62 65 202 0.69 0.68 0 0.21 238.71 0.57 0.52
Hex 3E 41 CA 45 44 0 15 EF 39 34
Octal 76 101 312 105 104 0 25 357 71 64
Binary 111110 1000001 11001010 1000101 1000100 0 10101 11101111 111001 110100

Color Harmonies of #3E41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E41CA

Black with #3E41CA

Text Example


Text Example

White with #3E41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,65,202); }

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

background-color css

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

 a { background-color: rgb(62,65,202); }

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

border-color css

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

 span { border-color: rgb(62,65,202); }

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