Html Css Color HEX #3A60CE Free Speech Blue

📋 copy color: '#3A60CE'

red 58 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Blue #3A60CE

Tints of Free Speech Blue #3A60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 16.11%
G = 26.67%
B = 57.22%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A60CE (or 0x3A60CE) is known color: Free Speech Blue. HEX triplet: 3A, 60 and CE. RGB value is (58,96,206). Sum of RGB (Red+Green+Blue) = 58+96+206=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A60CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A60CE is #C59F31. Grayscale: #606060. Windows color (decimal): -12951346 or 13525050. OLE color: 13525050.

HSL color Cylindrical-coordinate representation of color #3A60CE: hue angle of 224.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A60CE is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 96 206 -
CMYK 0.72 0.53 0 0.19
HSL 224.59º 0.6% 0.52% -
HSV(B) 224.59º 0.72% 0.81% -
XYZ 17.07 13.72 60.14 -
YUV 97.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 58 96 206 0.72 0.53 0 0.19 224.59 0.6 0.52
Hex 3A 60 CE 48 35 0 13 E1 3C 34
Octal 72 140 316 110 65 0 23 341 74 64
Binary 111010 1100000 11001110 1001000 110101 0 10011 11100001 111100 110100

Color Harmonies of #3A60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A60CE

Black with #3A60CE

Text Example


Text Example

White with #3A60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,96,206); }

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

background-color css

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

 a { background-color: rgb(58,96,206); }

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

border-color css

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

 span { border-color: rgb(58,96,206); }

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