Html Css Color HEX #374BDF Free Speech Blue

📋 copy color: '#374BDF'

red 55 ◦ green 75 ◦ blue 223

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

Shades of Free Speech Blue #374BDF

Tints of Free Speech Blue #374BDF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 15.58%
G = 21.25%
B = 63.17%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#374BDF (or 0x374BDF) is known color: Free Speech Blue. HEX triplet: 37, 4B and DF. RGB value is (55,75,223). Sum of RGB (Red+Green+Blue) = 55+75+223=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #374BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BDF is #C8B420. Grayscale: #555555. Windows color (decimal): -13153313 or 14633783. OLE color: 14633783.

HSL color Cylindrical-coordinate representation of color #374BDF: hue angle of 232.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374BDF is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 75 223 -
CMYK 0.75 0.66 0 0.13
HSL 232.86º 0.72% 0.55% -
HSV(B) 232.86º 0.75% 0.87% -
XYZ 17.41 11.17 71.05 -
YUV 85.89 205.37 105.97 -
System Red Green Blue C M Y K H S L
Decimal 55 75 223 0.75 0.66 0 0.13 232.86 0.72 0.55
Hex 37 4B DF 4B 42 0 D E9 48 37
Octal 67 113 337 113 102 0 15 351 110 67
Binary 110111 1001011 11011111 1001011 1000010 0 1101 11101001 1001000 110111

Color Harmonies of #374BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BDF

Black with #374BDF

Text Example


Text Example

White with #374BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,75,223); }

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

background-color css

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

 a { background-color: rgb(55,75,223); }

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

border-color css

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

 span { border-color: rgb(55,75,223); }

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