Html Css Color HEX #3758CB Free Speech Blue

📋 copy color: '#3758CB'

red 55 ◦ green 88 ◦ blue 203

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

Shades of Free Speech Blue #3758CB

Tints of Free Speech Blue #3758CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 15.9%
G = 25.43%
B = 58.67%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3758CB (or 0x3758CB) is known color: Free Speech Blue. HEX triplet: 37, 58 and CB. RGB value is (55,88,203). Sum of RGB (Red+Green+Blue) = 55+88+203=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #3758CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3758CB is #C8A734. Grayscale: #5A5A5A. Windows color (decimal): -13150005 or 13326391. OLE color: 13326391.

HSL color Cylindrical-coordinate representation of color #3758CB: hue angle of 226.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3758CB is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 88 203 -
CMYK 0.73 0.57 0 0.20
HSL 226.62º 0.59% 0.51% -
HSV(B) 226.62º 0.73% 0.8% -
XYZ 15.84 12.1 58 -
YUV 91.24 191.07 102.15 -
System Red Green Blue C M Y K H S L
Decimal 55 88 203 0.73 0.57 0 0.20 226.62 0.59 0.51
Hex 37 58 CB 49 39 0 14 E3 3B 33
Octal 67 130 313 111 71 0 24 343 73 63
Binary 110111 1011000 11001011 1001001 111001 0 10100 11100011 111011 110011

Color Harmonies of #3758CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3758CB

Black with #3758CB

Text Example


Text Example

White with #3758CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3758CB; }

 p { color: rgb(55,88,203); }

 H1.HeaderClassName
 {
   color: #3758CB;
 }
 .AnyTagClassName
 {
   color: #3758CB;
 }
</style>

background-color css

<style>
 a { background-color: #3758CB; }

 a { background-color: rgb(55,88,203); }

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

border-color css

<style>
 span { border-color: #3758CB; }

 span { border-color: rgb(55,88,203); }

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