Html Css Color HEX #3B34DB Free Speech Blue

📋 copy color: '#3B34DB'

red 59 ◦ green 52 ◦ blue 219

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

Shades of Free Speech Blue #3B34DB

Tints of Free Speech Blue #3B34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 17.88%
G = 15.76%
B = 66.36%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B34DB (or 0x3B34DB) is known color: Free Speech Blue. HEX triplet: 3B, 34 and DB. RGB value is (59,52,219). Sum of RGB (Red+Green+Blue) = 59+52+219=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B34DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B34DB is #C4CB24. Grayscale: #484848. Windows color (decimal): -12897061 or 14365755. OLE color: 14365755.

HSL color Cylindrical-coordinate representation of color #3B34DB: hue angle of 242.51º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B34DB is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 52 219 -
CMYK 0.73 0.76 0 0.14
HSL 242.52º 0.7% 0.53% -
HSV(B) 242.52º 0.76% 0.86% -
XYZ 15.82 8.5 67.82 -
YUV 73.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 59 52 219 0.73 0.76 0 0.14 242.52 0.7 0.53
Hex 3B 34 DB 49 4C 0 E F3 46 35
Octal 73 64 333 111 114 0 16 363 106 65
Binary 111011 110100 11011011 1001001 1001100 0 1110 11110011 1000110 110101

Color Harmonies of #3B34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B34DB

Black with #3B34DB

Text Example


Text Example

White with #3B34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,52,219); }

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

background-color css

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

 a { background-color: rgb(59,52,219); }

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

border-color css

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

 span { border-color: rgb(59,52,219); }

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