Html Css Color HEX #3C69BD Free Speech Blue

📋 copy color: '#3C69BD'

red 60 ◦ green 105 ◦ blue 189

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

Shades of Free Speech Blue #3C69BD

Tints of Free Speech Blue #3C69BD

RGB

 RED value IS 60 (23.83% from 255) = 16.95%

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

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 16.95%
G = 29.66%
B = 53.39%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C69BD (or 0x3C69BD) is known color: Free Speech Blue. HEX triplet: 3C, 69 and BD. RGB value is (60,105,189). Sum of RGB (Red+Green+Blue) = 60+105+189=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C69BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C69BD is #C39642. Grayscale: #646464. Windows color (decimal): -12817987 or 12413244. OLE color: 12413244.

HSL color Cylindrical-coordinate representation of color #3C69BD: hue angle of 219.07º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C69BD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 105 189 -
CMYK 0.68 0.44 0 0.26
HSL 219.07º 0.52% 0.49% -
HSV(B) 219.07º 0.68% 0.74% -
XYZ 16.1 14.74 50.14 -
YUV 101.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 60 105 189 0.68 0.44 0 0.26 219.07 0.52 0.49
Hex 3C 69 BD 44 2C 0 1A DB 34 31
Octal 74 151 275 104 54 0 32 333 64 61
Binary 111100 1101001 10111101 1000100 101100 0 11010 11011011 110100 110001

Color Harmonies of #3C69BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C69BD

Black with #3C69BD

Text Example


Text Example

White with #3C69BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,105,189); }

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

background-color css

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

 a { background-color: rgb(60,105,189); }

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

border-color css

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

 span { border-color: rgb(60,105,189); }

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