Html Css Color HEX #384DCC Free Speech Blue

📋 copy color: '#384DCC'

red 56 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Blue #384DCC

Tints of Free Speech Blue #384DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 16.62%
G = 22.85%
B = 60.53%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#384DCC (or 0x384DCC) is known color: Free Speech Blue. HEX triplet: 38, 4D and CC. RGB value is (56,77,204). Sum of RGB (Red+Green+Blue) = 56+77+204=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #384DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #384DCC is #C7B233. Grayscale: #545454. Windows color (decimal): -13087284 or 13389112. OLE color: 13389112.

HSL color Cylindrical-coordinate representation of color #384DCC: hue angle of 231.49º 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 #384DCC is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 77 204 -
CMYK 0.73 0.62 0 0.2
HSL 231.49º 0.59% 0.51% -
HSV(B) 231.49º 0.73% 0.8% -
XYZ 15.18 10.51 58.35 -
YUV 85.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 56 77 204 0.73 0.62 0 0.2 231.49 0.59 0.51
Hex 38 4D CC 49 3E 0 14 E7 3B 33
Octal 70 115 314 111 76 0 24 347 73 63
Binary 111000 1001101 11001100 1001001 111110 0 10100 11100111 111011 110011

Color Harmonies of #384DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384DCC

Black with #384DCC

Text Example


Text Example

White with #384DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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