Html Css Color HEX #373ACB Free Speech Blue

📋 copy color: '#373ACB'

red 55 ◦ green 58 ◦ blue 203

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

Shades of Free Speech Blue #373ACB

Tints of Free Speech Blue #373ACB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

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

R = 17.41%
G = 18.35%
B = 64.24%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#373ACB (or 0x373ACB) is known color: Free Speech Blue. HEX triplet: 37, 3A and CB. RGB value is (55,58,203). Sum of RGB (Red+Green+Blue) = 55+58+203=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #373ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373ACB is #C8C534. Grayscale: #494949. Windows color (decimal): -13157685 or 13318711. OLE color: 13318711.

HSL color Cylindrical-coordinate representation of color #373ACB: hue angle of 238.78º 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 #373ACB is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 58 203 -
CMYK 0.73 0.71 0 0.20
HSL 238.78º 0.59% 0.51% -
HSV(B) 238.78º 0.73% 0.8% -
XYZ 13.87 8.15 57.34 -
YUV 73.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 55 58 203 0.73 0.71 0 0.20 238.78 0.59 0.51
Hex 37 3A CB 49 47 0 14 EF 3B 33
Octal 67 72 313 111 107 0 24 357 73 63
Binary 110111 111010 11001011 1001001 1000111 0 10100 11101111 111011 110011

Color Harmonies of #373ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373ACB

Black with #373ACB

Text Example


Text Example

White with #373ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373ACB; }

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

 H1.HeaderClassName
 {
   color: #373ACB;
 }
 .AnyTagClassName
 {
   color: #373ACB;
 }
</style>

background-color css

<style>
 a { background-color: #373ACB; }

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

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

border-color css

<style>
 span { border-color: #373ACB; }

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

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