Html Css Color HEX #374DC5 Free Speech Blue

📋 copy color: '#374DC5'

red 55 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Blue #374DC5

Tints of Free Speech Blue #374DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.4%

 BLUE value IS 197 (77.34% from 255) = 59.88%

R = 16.72%
G = 23.4%
B = 59.88%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#374DC5 (or 0x374DC5) is known color: Free Speech Blue. HEX triplet: 37, 4D and C5. RGB value is (55,77,197). Sum of RGB (Red+Green+Blue) = 55+77+197=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #374DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DC5 is #C8B23A. Grayscale: #535353. Windows color (decimal): -13152827 or 12930359. OLE color: 12930359.

HSL color Cylindrical-coordinate representation of color #374DC5: hue angle of 230.7º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374DC5 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 55 77 197 -
CMYK 0.72 0.61 0 0.23
HSL 230.7º 0.56% 0.49% -
HSV(B) 230.7º 0.72% 0.77% -
XYZ 14.31 10.15 54.03 -
YUV 84.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 55 77 197 0.72 0.61 0 0.23 230.7 0.56 0.49
Hex 37 4D C5 48 3D 0 17 E7 38 31
Octal 67 115 305 110 75 0 27 347 70 61
Binary 110111 1001101 11000101 1001000 111101 0 10111 11100111 111000 110001

Color Harmonies of #374DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DC5

Black with #374DC5

Text Example


Text Example

White with #374DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374DC5; }

 p { color: rgb(55,77,197); }

 H1.HeaderClassName
 {
   color: #374DC5;
 }
 .AnyTagClassName
 {
   color: #374DC5;
 }
</style>

background-color css

<style>
 a { background-color: #374DC5; }

 a { background-color: rgb(55,77,197); }

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

border-color css

<style>
 span { border-color: #374DC5; }

 span { border-color: rgb(55,77,197); }

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