Html Css Color HEX #3D6BBC Free Speech Blue

📋 copy color: '#3D6BBC'

red 61 ◦ green 107 ◦ blue 188

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

Shades of Free Speech Blue #3D6BBC

Tints of Free Speech Blue #3D6BBC

RGB

 RED value IS 61 (24.22% from 255) = 17.13%

 GREEN value IS 107 (42.19% from 255) = 30.06%

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 17.13%
G = 30.06%
B = 52.81%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D6BBC (or 0x3D6BBC) is known color: Free Speech Blue. HEX triplet: 3D, 6B and BC. RGB value is (61,107,188). Sum of RGB (Red+Green+Blue) = 61+107+188=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D6BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6BBC is #C29443. Grayscale: #666666. Windows color (decimal): -12751940 or 12348221. OLE color: 12348221.

HSL color Cylindrical-coordinate representation of color #3D6BBC: hue angle of 218.27º degrees, saturation: 0.51, 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 #3D6BBC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 107 188 -
CMYK 0.68 0.43 0 0.26
HSL 218.27º 0.51% 0.49% -
HSV(B) 218.27º 0.68% 0.74% -
XYZ 16.26 15.14 49.64 -
YUV 102.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 61 107 188 0.68 0.43 0 0.26 218.27 0.51 0.49
Hex 3D 6B BC 44 2B 0 1A DA 33 31
Octal 75 153 274 104 53 0 32 332 63 61
Binary 111101 1101011 10111100 1000100 101011 0 11010 11011010 110011 110001

Color Harmonies of #3D6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6BBC

Black with #3D6BBC

Text Example


Text Example

White with #3D6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,107,188); }

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

background-color css

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

 a { background-color: rgb(61,107,188); }

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

border-color css

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

 span { border-color: rgb(61,107,188); }

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