Html Css Color HEX #3750DB Free Speech Blue

📋 copy color: '#3750DB'

red 55 ◦ green 80 ◦ blue 219

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

Shades of Free Speech Blue #3750DB

Tints of Free Speech Blue #3750DB

RGB

 RED value IS 55 (21.88% from 255) = 15.54%

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 15.54%
G = 22.6%
B = 61.86%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3750DB (or 0x3750DB) is known color: Free Speech Blue. HEX triplet: 37, 50 and DB. RGB value is (55,80,219). Sum of RGB (Red+Green+Blue) = 55+80+219=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #3750DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3750DB is #C8AF24. Grayscale: #575757. Windows color (decimal): -13152037 or 14372919. OLE color: 14372919.

HSL color Cylindrical-coordinate representation of color #3750DB: hue angle of 230.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3750DB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 80 219 -
CMYK 0.75 0.63 0 0.14
HSL 230.85º 0.69% 0.54% -
HSV(B) 230.85º 0.75% 0.86% -
XYZ 17.23 11.66 68.36 -
YUV 88.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 55 80 219 0.75 0.63 0 0.14 230.85 0.69 0.54
Hex 37 50 DB 4B 3F 0 E E7 45 36
Octal 67 120 333 113 77 0 16 347 105 66
Binary 110111 1010000 11011011 1001011 111111 0 1110 11100111 1000101 110110

Color Harmonies of #3750DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3750DB

Black with #3750DB

Text Example


Text Example

White with #3750DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3750DB; }

 p { color: rgb(55,80,219); }

 H1.HeaderClassName
 {
   color: #3750DB;
 }
 .AnyTagClassName
 {
   color: #3750DB;
 }
</style>

background-color css

<style>
 a { background-color: #3750DB; }

 a { background-color: rgb(55,80,219); }

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

border-color css

<style>
 span { border-color: #3750DB; }

 span { border-color: rgb(55,80,219); }

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