Html Css Color HEX #384FCC Free Speech Blue

📋 copy color: '#384FCC'

red 56 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #384FCC

Tints of Free Speech Blue #384FCC

RGB

 RED value IS 56 (22.27% from 255) = 16.52%

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 16.52%
G = 23.3%
B = 60.18%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#384FCC (or 0x384FCC) is known color: Free Speech Blue. HEX triplet: 38, 4F and CC. RGB value is (56,79,204). Sum of RGB (Red+Green+Blue) = 56+79+204=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #384FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384FCC is #C7B033. Grayscale: #555555. Windows color (decimal): -13086772 or 13389624. OLE color: 13389624.

HSL color Cylindrical-coordinate representation of color #384FCC: hue angle of 230.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384FCC is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 79 204 -
CMYK 0.73 0.61 0 0.2
HSL 230.68º 0.59% 0.51% -
HSV(B) 230.68º 0.73% 0.8% -
XYZ 15.33 10.79 58.4 -
YUV 86.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 56 79 204 0.73 0.61 0 0.2 230.68 0.59 0.51
Hex 38 4F CC 49 3D 0 14 E7 3B 33
Octal 70 117 314 111 75 0 24 347 73 63
Binary 111000 1001111 11001100 1001001 111101 0 10100 11100111 111011 110011

Color Harmonies of #384FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384FCC

Black with #384FCC

Text Example


Text Example

White with #384FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384FCC; }

 p { color: rgb(56,79,204); }

 H1.HeaderClassName
 {
   color: #384FCC;
 }
 .AnyTagClassName
 {
   color: #384FCC;
 }
</style>

background-color css

<style>
 a { background-color: #384FCC; }

 a { background-color: rgb(56,79,204); }

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

border-color css

<style>
 span { border-color: #384FCC; }

 span { border-color: rgb(56,79,204); }

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