Html Css Color HEX #3A41CB Free Speech Blue

📋 copy color: '#3A41CB'

red 58 ◦ green 65 ◦ blue 203

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

Shades of Free Speech Blue #3A41CB

Tints of Free Speech Blue #3A41CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 17.79%
G = 19.94%
B = 62.27%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A41CB (or 0x3A41CB) is known color: Free Speech Blue. HEX triplet: 3A, 41 and CB. RGB value is (58,65,203). Sum of RGB (Red+Green+Blue) = 58+65+203=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A41CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A41CB is #C5BE34. Grayscale: #4E4E4E. Windows color (decimal): -12959285 or 13320506. OLE color: 13320506.

HSL color Cylindrical-coordinate representation of color #3A41CB: hue angle of 237.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A41CB is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 65 203 -
CMYK 0.71 0.68 0 0.20
HSL 237.1º 0.58% 0.51% -
HSV(B) 237.1º 0.71% 0.8% -
XYZ 14.41 8.99 57.48 -
YUV 78.64 198.18 113.28 -
System Red Green Blue C M Y K H S L
Decimal 58 65 203 0.71 0.68 0 0.20 237.1 0.58 0.51
Hex 3A 41 CB 47 44 0 14 ED 3A 33
Octal 72 101 313 107 104 0 24 355 72 63
Binary 111010 1000001 11001011 1000111 1000100 0 10100 11101101 111010 110011

Color Harmonies of #3A41CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A41CB

Black with #3A41CB

Text Example


Text Example

White with #3A41CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,65,203); }

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

background-color css

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

 a { background-color: rgb(58,65,203); }

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

border-color css

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

 span { border-color: rgb(58,65,203); }

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