Html Css Color HEX #384CCC Free Speech Blue

📋 copy color: '#384CCC'

red 56 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Blue #384CCC

Tints of Free Speech Blue #384CCC

RGB

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

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

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

R = 16.67%
G = 22.62%
B = 60.71%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#384CCC (or 0x384CCC) is known color: Free Speech Blue. HEX triplet: 38, 4C and CC. RGB value is (56,76,204). Sum of RGB (Red+Green+Blue) = 56+76+204=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #384CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCC is #C7B333. Grayscale: #545454. Windows color (decimal): -13087540 or 13388856. OLE color: 13388856.

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

Color convert

RGB 56 76 204 -
CMYK 0.73 0.63 0 0.2
HSL 231.89º 0.59% 0.51% -
HSV(B) 231.89º 0.73% 0.8% -
XYZ 15.11 10.37 58.33 -
YUV 84.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 56 76 204 0.73 0.63 0 0.2 231.89 0.59 0.51
Hex 38 4C CC 49 3F 0 14 E8 3B 33
Octal 70 114 314 111 77 0 24 350 73 63
Binary 111000 1001100 11001100 1001001 111111 0 10100 11101000 111011 110011

Color Harmonies of #384CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CCC

Black with #384CCC

Text Example


Text Example

White with #384CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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