Html Css Color HEX #394CBC Free Speech Blue

📋 copy color: '#394CBC'

red 57 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #394CBC

Tints of Free Speech Blue #394CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.57%

R = 17.76%
G = 23.68%
B = 58.57%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#394CBC (or 0x394CBC) is known color: Free Speech Blue. HEX triplet: 39, 4C and BC. RGB value is (57,76,188). Sum of RGB (Red+Green+Blue) = 57+76+188=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #394CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394CBC is #C6B343. Grayscale: #525252. Windows color (decimal): -13022020 or 12340281. OLE color: 12340281.

HSL color Cylindrical-coordinate representation of color #394CBC: hue angle of 231.3º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #394CBC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 76 188 -
CMYK 0.70 0.60 0 0.26
HSL 231.3º 0.53% 0.48% -
HSV(B) 231.3º 0.7% 0.74% -
XYZ 13.35 9.67 48.74 -
YUV 83.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 57 76 188 0.70 0.60 0 0.26 231.3 0.53 0.48
Hex 39 4C BC 46 3C 0 1A E7 35 30
Octal 71 114 274 106 74 0 32 347 65 60
Binary 111001 1001100 10111100 1000110 111100 0 11010 11100111 110101 110000

Color Harmonies of #394CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394CBC

Black with #394CBC

Text Example


Text Example

White with #394CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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