Html Css Color HEX #394BCE Free Speech Blue

📋 copy color: '#394BCE'

red 57 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #394BCE

Tints of Free Speech Blue #394BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 16.86%
G = 22.19%
B = 60.95%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#394BCE (or 0x394BCE) is known color: Free Speech Blue. HEX triplet: 39, 4B and CE. RGB value is (57,75,206). Sum of RGB (Red+Green+Blue) = 57+75+206=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #394BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #394BCE is #C6B431. Grayscale: #545454. Windows color (decimal): -13022258 or 13519673. OLE color: 13519673.

HSL color Cylindrical-coordinate representation of color #394BCE: hue angle of 232.75º degrees, saturation: 0.6, 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 #394BCE is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 75 206 -
CMYK 0.72 0.64 0 0.19
HSL 232.75º 0.6% 0.52% -
HSV(B) 232.75º 0.72% 0.81% -
XYZ 15.34 10.36 59.58 -
YUV 84.55 196.54 108.35 -
System Red Green Blue C M Y K H S L
Decimal 57 75 206 0.72 0.64 0 0.19 232.75 0.6 0.52
Hex 39 4B CE 48 40 0 13 E9 3C 34
Octal 71 113 316 110 100 0 23 351 74 64
Binary 111001 1001011 11001110 1001000 1000000 0 10011 11101001 111100 110100

Color Harmonies of #394BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394BCE

Black with #394BCE

Text Example


Text Example

White with #394BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,206); }

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

background-color css

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

 a { background-color: rgb(57,75,206); }

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

border-color css

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

 span { border-color: rgb(57,75,206); }

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