Html Css Color HEX #384CCF Free Speech Blue

📋 copy color: '#384CCF'

red 56 ◦ green 76 ◦ blue 207

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

Shades of Free Speech Blue #384CCF

Tints of Free Speech Blue #384CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.06%

R = 16.52%
G = 22.42%
B = 61.06%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#384CCF (or 0x384CCF) is known color: Free Speech Blue. HEX triplet: 38, 4C and CF. RGB value is (56,76,207). Sum of RGB (Red+Green+Blue) = 56+76+207=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #384CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384CCF is #C7B330. Grayscale: #545454. Windows color (decimal): -13087537 or 13585464. OLE color: 13585464.

HSL color Cylindrical-coordinate representation of color #384CCF: hue angle of 232.05º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384CCF is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 76 207 -
CMYK 0.73 0.63 0 0.19
HSL 232.05º 0.61% 0.52% -
HSV(B) 232.05º 0.73% 0.81% -
XYZ 15.48 10.51 60.25 -
YUV 84.95 196.87 107.35 -
System Red Green Blue C M Y K H S L
Decimal 56 76 207 0.73 0.63 0 0.19 232.05 0.61 0.52
Hex 38 4C CF 49 3F 0 13 E8 3D 34
Octal 70 114 317 111 77 0 23 350 75 64
Binary 111000 1001100 11001111 1001001 111111 0 10011 11101000 111101 110100

Color Harmonies of #384CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384CCF

Black with #384CCF

Text Example


Text Example

White with #384CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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