Html Css Color HEX #394CCF Free Speech Blue

📋 copy color: '#394CCF'

red 57 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #394CCF

Tints of Free Speech Blue #394CCF

RGB

 RED value IS 57 (22.66% from 255) = 16.76%

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 16.76%
G = 22.35%
B = 60.88%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#394CCF (or 0x394CCF) is known color: Free Speech Blue. HEX triplet: 39, 4C and CF. RGB value is (57,76,207). Sum of RGB (Red+Green+Blue) = 57+76+207=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #394CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CCF is #C6B330. Grayscale: #545454. Windows color (decimal): -13022001 or 13585465. OLE color: 13585465.

HSL color Cylindrical-coordinate representation of color #394CCF: hue angle of 232.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394CCF is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 76 207 -
CMYK 0.72 0.63 0 0.19
HSL 232.4º 0.61% 0.52% -
HSV(B) 232.4º 0.72% 0.81% -
XYZ 15.53 10.54 60.25 -
YUV 85.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 57 76 207 0.72 0.63 0 0.19 232.4 0.61 0.52
Hex 39 4C CF 48 3F 0 13 E8 3D 34
Octal 71 114 317 110 77 0 23 350 75 64
Binary 111001 1001100 11001111 1001000 111111 0 10011 11101000 111101 110100

Color Harmonies of #394CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CCF

Black with #394CCF

Text Example


Text Example

White with #394CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394CCF; }

 p { color: rgb(57,76,207); }

 H1.HeaderClassName
 {
   color: #394CCF;
 }
 .AnyTagClassName
 {
   color: #394CCF;
 }
</style>

background-color css

<style>
 a { background-color: #394CCF; }

 a { background-color: rgb(57,76,207); }

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

border-color css

<style>
 span { border-color: #394CCF; }

 span { border-color: rgb(57,76,207); }

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