Html Css Color HEX #3A59CB Free Speech Blue

📋 copy color: '#3A59CB'

red 58 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Blue #3A59CB

Tints of Free Speech Blue #3A59CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 16.57%
G = 25.43%
B = 58%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A59CB (or 0x3A59CB) is known color: Free Speech Blue. HEX triplet: 3A, 59 and CB. RGB value is (58,89,203). Sum of RGB (Red+Green+Blue) = 58+89+203=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A59CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A59CB is #C5A634. Grayscale: #5C5C5C. Windows color (decimal): -12953141 or 13326650. OLE color: 13326650.

HSL color Cylindrical-coordinate representation of color #3A59CB: hue angle of 227.17º 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 #3A59CB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 89 203 -
CMYK 0.71 0.56 0 0.20
HSL 227.17º 0.58% 0.51% -
HSV(B) 227.17º 0.71% 0.8% -
XYZ 16.1 12.36 58.04 -
YUV 92.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 58 89 203 0.71 0.56 0 0.20 227.17 0.58 0.51
Hex 3A 59 CB 47 38 0 14 E3 3A 33
Octal 72 131 313 107 70 0 24 343 72 63
Binary 111010 1011001 11001011 1000111 111000 0 10100 11100011 111010 110011

Color Harmonies of #3A59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A59CB

Black with #3A59CB

Text Example


Text Example

White with #3A59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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