Html Css Color HEX #384BCF Free Speech Blue

📋 copy color: '#384BCF'

red 56 ◦ green 75 ◦ blue 207

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

Shades of Free Speech Blue #384BCF

Tints of Free Speech Blue #384BCF

RGB

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

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

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

R = 16.57%
G = 22.19%
B = 61.24%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#384BCF (or 0x384BCF) is known color: Free Speech Blue. HEX triplet: 38, 4B and CF. RGB value is (56,75,207). Sum of RGB (Red+Green+Blue) = 56+75+207=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #384BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #384BCF is #C7B430. Grayscale: #535353. Windows color (decimal): -13087793 or 13585208. OLE color: 13585208.

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

Color convert

RGB 56 75 207 -
CMYK 0.73 0.64 0 0.19
HSL 232.45º 0.61% 0.52% -
HSV(B) 232.45º 0.73% 0.81% -
XYZ 15.41 10.38 60.22 -
YUV 84.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 56 75 207 0.73 0.64 0 0.19 232.45 0.61 0.52
Hex 38 4B CF 49 40 0 13 E8 3D 34
Octal 70 113 317 111 100 0 23 350 75 64
Binary 111000 1001011 11001111 1001001 1000000 0 10011 11101000 111101 110100

Color Harmonies of #384BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384BCF

Black with #384BCF

Text Example


Text Example

White with #384BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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