Html Css Color HEX #3A64CE Free Speech Blue

📋 copy color: '#3A64CE'

red 58 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #3A64CE

Tints of Free Speech Blue #3A64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 15.93%
G = 27.47%
B = 56.59%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A64CE (or 0x3A64CE) is known color: Free Speech Blue. HEX triplet: 3A, 64 and CE. RGB value is (58,100,206). Sum of RGB (Red+Green+Blue) = 58+100+206=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A64CE is #C59B31. Grayscale: #636363. Windows color (decimal): -12950322 or 13526074. OLE color: 13526074.

HSL color Cylindrical-coordinate representation of color #3A64CE: hue angle of 222.97º 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 #3A64CE is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 100 206 -
CMYK 0.72 0.51 0 0.19
HSL 222.97º 0.6% 0.52% -
HSV(B) 222.97º 0.72% 0.81% -
XYZ 17.44 14.47 60.27 -
YUV 99.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 58 100 206 0.72 0.51 0 0.19 222.97 0.6 0.52
Hex 3A 64 CE 48 33 0 13 DF 3C 34
Octal 72 144 316 110 63 0 23 337 74 64
Binary 111010 1100100 11001110 1001000 110011 0 10011 11011111 111100 110100

Color Harmonies of #3A64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A64CE

Black with #3A64CE

Text Example


Text Example

White with #3A64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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