Html Css Color HEX #3A67BE Free Speech Blue

📋 copy color: '#3A67BE'

red 58 ◦ green 103 ◦ blue 190

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

Shades of Free Speech Blue #3A67BE

Tints of Free Speech Blue #3A67BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.34%

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 16.52%
G = 29.34%
B = 54.13%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A67BE (or 0x3A67BE) is known color: Free Speech Blue. HEX triplet: 3A, 67 and BE. RGB value is (58,103,190). Sum of RGB (Red+Green+Blue) = 58+103+190=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A67BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A67BE is #C59841. Grayscale: #636363. Windows color (decimal): -12949570 or 12478266. OLE color: 12478266.

HSL color Cylindrical-coordinate representation of color #3A67BE: hue angle of 219.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A67BE is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 103 190 -
CMYK 0.69 0.46 0 0.25
HSL 219.55º 0.53% 0.49% -
HSV(B) 219.55º 0.69% 0.75% -
XYZ 15.89 14.32 50.64 -
YUV 99.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 58 103 190 0.69 0.46 0 0.25 219.55 0.53 0.49
Hex 3A 67 BE 45 2E 0 19 DC 35 31
Octal 72 147 276 105 56 0 31 334 65 61
Binary 111010 1100111 10111110 1000101 101110 0 11001 11011100 110101 110001

Color Harmonies of #3A67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A67BE

Black with #3A67BE

Text Example


Text Example

White with #3A67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,103,190); }

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

background-color css

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

 a { background-color: rgb(58,103,190); }

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

border-color css

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

 span { border-color: rgb(58,103,190); }

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