Html Css Color HEX #3B40BC Free Speech Blue

📋 copy color: '#3B40BC'

red 59 ◦ green 64 ◦ blue 188

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

Shades of Free Speech Blue #3B40BC

Tints of Free Speech Blue #3B40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 18.97%
G = 20.58%
B = 60.45%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B40BC (or 0x3B40BC) is known color: Free Speech Blue. HEX triplet: 3B, 40 and BC. RGB value is (59,64,188). Sum of RGB (Red+Green+Blue) = 59+64+188=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B40BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B40BC is #C4BF43. Grayscale: #4C4C4C. Windows color (decimal): -12894020 or 12337211. OLE color: 12337211.

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

Color convert

RGB 59 64 188 -
CMYK 0.69 0.66 0 0.26
HSL 237.67º 0.52% 0.48% -
HSV(B) 237.67º 0.69% 0.74% -
XYZ 12.71 8.23 48.49 -
YUV 76.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 59 64 188 0.69 0.66 0 0.26 237.67 0.52 0.48
Hex 3B 40 BC 45 42 0 1A EE 34 30
Octal 73 100 274 105 102 0 32 356 64 60
Binary 111011 1000000 10111100 1000101 1000010 0 11010 11101110 110100 110000

Color Harmonies of #3B40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B40BC

Black with #3B40BC

Text Example


Text Example

White with #3B40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,64,188); }

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

background-color css

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

 a { background-color: rgb(59,64,188); }

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

border-color css

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

 span { border-color: rgb(59,64,188); }

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