Html Css Color HEX #3B69C7 Free Speech Blue

📋 copy color: '#3B69C7'

red 59 ◦ green 105 ◦ blue 199

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

Shades of Free Speech Blue #3B69C7

Tints of Free Speech Blue #3B69C7

RGB

 RED value IS 59 (23.44% from 255) = 16.25%

 GREEN value IS 105 (41.41% from 255) = 28.93%

 BLUE value IS 199 (78.13% from 255) = 54.82%

R = 16.25%
G = 28.93%
B = 54.82%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3B69C7 (or 0x3B69C7) is known color: Free Speech Blue. HEX triplet: 3B, 69 and C7. RGB value is (59,105,199). Sum of RGB (Red+Green+Blue) = 59+105+199=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #3B69C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B69C7 is #C49638. Grayscale: #656565. Windows color (decimal): -12883513 or 13068603. OLE color: 13068603.

HSL color Cylindrical-coordinate representation of color #3B69C7: hue angle of 220.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B69C7 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 105 199 -
CMYK 0.70 0.47 0 0.22
HSL 220.29º 0.56% 0.51% -
HSV(B) 220.29º 0.7% 0.78% -
XYZ 17.16 15.16 56.05 -
YUV 101.96 182.76 97.36 -
System Red Green Blue C M Y K H S L
Decimal 59 105 199 0.70 0.47 0 0.22 220.29 0.56 0.51
Hex 3B 69 C7 46 2F 0 16 DC 38 33
Octal 73 151 307 106 57 0 26 334 70 63
Binary 111011 1101001 11000111 1000110 101111 0 10110 11011100 111000 110011

Color Harmonies of #3B69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B69C7

Black with #3B69C7

Text Example


Text Example

White with #3B69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,199); }

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

background-color css

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

 a { background-color: rgb(59,105,199); }

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

border-color css

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

 span { border-color: rgb(59,105,199); }

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