Html Css Color HEX #374BCF Free Speech Blue

📋 copy color: '#374BCF'

red 55 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #374BCF

Tints of Free Speech Blue #374BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 16.32%
G = 22.26%
B = 61.42%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#374BCF (or 0x374BCF) is known color: Free Speech Blue. HEX triplet: 37, 4B and CF. RGB value is (55,75,207). Sum of RGB (Red+Green+Blue) = 55+75+207=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #374BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374BCF is #C8B430. Grayscale: #535353. Windows color (decimal): -13153329 or 13585207. OLE color: 13585207.

HSL color Cylindrical-coordinate representation of color #374BCF: hue angle of 232.11º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374BCF is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 75 207 -
CMYK 0.73 0.64 0 0.19
HSL 232.11º 0.61% 0.51% -
HSV(B) 232.11º 0.73% 0.81% -
XYZ 15.35 10.35 60.22 -
YUV 84.07 197.37 107.27 -
System Red Green Blue C M Y K H S L
Decimal 55 75 207 0.73 0.64 0 0.19 232.11 0.61 0.51
Hex 37 4B CF 49 40 0 13 E8 3D 33
Octal 67 113 317 111 100 0 23 350 75 63
Binary 110111 1001011 11001111 1001001 1000000 0 10011 11101000 111101 110011

Color Harmonies of #374BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BCF

Black with #374BCF

Text Example


Text Example

White with #374BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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